Postal Constructor (String, NullableInt32) |
Constructor
Namespace:
MaxMind.GeoIP2.Model
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public Postal(
string code = null,
Nullable<int> confidence = null
)
Public Sub New (
Optional code As String = Nothing,
Optional confidence As Nullable(Of Integer) = Nothing
)
public:
Postal(
String^ code = nullptr,
Nullable<int> confidence = nullptr
)
new :
?code : string *
?confidence : Nullable<int>
(* Defaults:
let _code = defaultArg code null
let _confidence = defaultArg confidence null
*)
-> Postal
Parameters
- code (Optional)
- Type: SystemString
- confidence (Optional)
- Type: SystemNullableInt32
See Also