There was an error while loading. Please reload this page.
Gets default value for provided Type.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static Object GetValue( Type type, MappingSchema mappingSchema = null )
VB
Public Shared Function GetValue ( type As Type, Optional mappingSchema As MappingSchema = Nothing ) As Object
F#
static member GetValue : type : Type * ?mappingSchema : MappingSchema (* Defaults: let _mappingSchema = defaultArg mappingSchema null *) -> Object
Type: ObjectDefault value of the provided Type
DefaultValue ClassGetValue OverloadCodeJam.Mapping Namespace