Click or drag to resize
Country Constructor (NullableInt32, NullableInt32, String, IDictionaryString, String, IEnumerableString)
Constructor

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

Parameters

confidence (Optional)
Type: SystemNullableInt32

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

geoNameId (Optional)
Type: SystemNullableInt32

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

isoCode (Optional)
Type: SystemString

[Missing <param name="isoCode"/> documentation for "M:MaxMind.GeoIP2.Model.Country.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,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.Country.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,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.Country.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IEnumerable{System.String})"]

See Also