Click or drag to resize

Country Constructor (Nullable<Int32>, Nullable<Int64>, Boolean, String, IDictionary<String, String>, IEnumerable<String>)

Constructor

Namespace:  MaxMind.GeoIP2.Model
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public Country(
	Nullable<int> confidence = null,
	Nullable<long> geoNameId = null,
	bool isInEuropeanUnion = false,
	string isoCode = null,
	IDictionary<string, string> names = null,
	IEnumerable<string> locales = null
)

Parameters

confidence (Optional)
Type: System.Nullable<Int32>
geoNameId (Optional)
Type: System.Nullable<Int64>
isInEuropeanUnion (Optional)
Type: System.Boolean
isoCode (Optional)
Type: System.String
names (Optional)
Type: System.Collections.Generic.IDictionary<String, String>
locales (Optional)
Type: System.Collections.Generic.IEnumerable<String>
See Also