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
)
Protected Sub New (
Optional geoNameId As Nullable(Of Long) = Nothing,
Optional names As IDictionary(Of String, String) = Nothing,
Optional locales As IEnumerable(Of String) = Nothing
)
protected:
NamedEntity(
Nullable<long long> geoNameId = nullptr,
IDictionary<String^, String^>^ names = nullptr,
IEnumerable<String^>^ locales = nullptr
)
new :
?geoNameId : Nullable<int64> *
?names : IDictionary<string, string> *
?locales : IEnumerable<string>
(* Defaults:
let _geoNameId = defaultArg geoNameId null
let _names = defaultArg names null
let _locales = defaultArg locales null
*)
-> NamedEntity
Parameters
- geoNameId (Optional)
- Type: SystemNullableInt64
- names (Optional)
- Type: System.Collections.GenericIDictionaryString, String
- locales (Optional)
- Type: System.Collections.GenericIEnumerableString
See Also