Click or drag to resize

NamedEntity Constructor

Constructor

Namespace:  MaxMind.GeoIP2.Model
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
protected NamedEntity(
	Nullable<long> geoNameId = null,
	IDictionary<string, string> names = null,
	IEnumerable<string> locales = null
)

Parameters

geoNameId (Optional)
Type: SystemNullableInt64
names (Optional)
Type: System.Collections.GenericIDictionaryString, String
locales (Optional)
Type: System.Collections.GenericIEnumerableString
See Also