We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gets default value for provided Type.
Namespace: CodeJam.MappingAssembly: 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: ObjectDefault value of the provided Type
MappingSchema ClassCodeJam.Mapping Namespace