Click or drag to resize

Continent Constructor (String, NullableInt64, IDictionaryString, String, IEnumerableString)

Constructor

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

Parameters

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