-
Couldn't load subscription status.
- Fork 35
M_CodeJam_Mapping_DefaultValue_GetValue__1
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Gets default value for provided Type.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static T GetValue<T>()VB
Public Shared Function GetValue(Of T) As TF#
static member GetValue : unit -> 'T
- T
- Type to get default value.
Type: T
Default value of the provided Type
DefaultValue Class
GetValue Overload
CodeJam.Mapping Namespace