Click or drag to resize
Postal Constructor (String, NullableInt32)
Constructor

Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntax
public Postal(
	string code = null,
	Nullable<int> confidence = null
)

Parameters

code (Optional)
Type: SystemString

[Missing <param name="code"/> documentation for "M:MaxMind.GeoIP2.Model.Postal.#ctor(System.String,System.Nullable{System.Int32})"]

confidence (Optional)
Type: SystemNullableInt32

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

See Also