[This is preliminary documentation and is subject to change.]
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Nullable<short> ValueAsNullableShort(
Nullable<short> dflt = 0,
bool verbatim = false
)
public Nullable<short> ValueAsNullableShort(
Nullable<short> dflt = 0,
bool verbatim = false
)
Public Function ValueAsNullableShort (
Optional dflt As Nullable(Of Short) = 0,
Optional verbatim As Boolean = false
) As Nullable(Of Short)
Public Function ValueAsNullableShort (
Optional dflt As Nullable(Of Short) = 0,
Optional verbatim As Boolean = false
) As Nullable(Of Short)
public:
virtual Nullable<short> ValueAsNullableShort(
Nullable<short> dflt = 0,
bool verbatim = false
) sealed
public:
virtual Nullable<short> ValueAsNullableShort(
Nullable<short> dflt = 0,
bool verbatim = false
) sealed
abstract ValueAsNullableShort :
?dflt : Nullable<int16> *
?verbatim : bool
(* Defaults:
let _dflt = defaultArg dflt 0
let _verbatim = defaultArg verbatim false
*)
-> Nullable<int16>
override ValueAsNullableShort :
?dflt : Nullable<int16> *
?verbatim : bool
(* Defaults:
let _dflt = defaultArg dflt 0
let _verbatim = defaultArg verbatim false
*)
-> Nullable<int16>
abstract ValueAsNullableShort :
?dflt : Nullable<int16> *
?verbatim : bool
(* Defaults:
let _dflt = defaultArg dflt 0
let _verbatim = defaultArg verbatim false
*)
-> Nullable<int16>
override ValueAsNullableShort :
?dflt : Nullable<int16> *
?verbatim : bool
(* Defaults:
let _dflt = defaultArg dflt 0
let _verbatim = defaultArg verbatim false
*)
-> Nullable<int16>
Return Value
Type:
Nullable
Int16 Implements
IConfigNode ValueAsNullableShort(Nullable Int16 , Boolean)