Click or drag to resize

RepresentedCountry Constructor (String, NullableInt32, NullableInt64, Boolean, String, IDictionaryString, String, IEnumerableString)

Constructor

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

Parameters

type (Optional)
Type: SystemString
confidence (Optional)
Type: SystemNullableInt32
geoNameId (Optional)
Type: SystemNullableInt64
isInEuropeanUnion (Optional)
Type: SystemBoolean
isoCode (Optional)
Type: SystemString
names (Optional)
Type: System.Collections.GenericIDictionaryString, String
locales (Optional)
Type: System.Collections.GenericIEnumerableString
See Also