-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Mapping_MappingSchema_GetDefaultValue
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 Object GetDefaultValue(
Type type
)
VB
Public Function GetDefaultValue (
type As Type
) As Object
F#
member GetDefaultValue :
type : Type -> Object
- type
- Type: System.Type
Type to get default value.