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

[Missing <param name="code"/> documentation for "M:MaxMind.GeoIP2.Model.Continent.#ctor(System.String,System.Nullable{System.Int64},System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IEnumerable{System.String})"]

geoNameId (Optional)
Type: SystemNullableInt64

[Missing <param name="geoNameId"/> documentation for "M:MaxMind.GeoIP2.Model.Continent.#ctor(System.String,System.Nullable{System.Int64},System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IEnumerable{System.String})"]

names (Optional)
Type: System.Collections.GenericIDictionaryString, String

[Missing <param name="names"/> documentation for "M:MaxMind.GeoIP2.Model.Continent.#ctor(System.String,System.Nullable{System.Int64},System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IEnumerable{System.String})"]

locales (Optional)
Type: System.Collections.GenericIEnumerableString

[Missing <param name="locales"/> documentation for "M:MaxMind.GeoIP2.Model.Continent.#ctor(System.String,System.Nullable{System.Int64},System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IEnumerable{System.String})"]

See Also