Skip to content

M_CodeJam_Mapping_MappingSchema_GetDefaultValue

andrewvk edited this page Jun 23, 2016 · 5 revisions

MappingSchema.GetDefaultValue Method

Gets default value for provided Type.

Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public Object GetDefaultValue(
	Type type
)

VB

Public Function GetDefaultValue ( 
	type As Type
) As Object

F#

member GetDefaultValue : 
        type : Type -> Object 

Parameters

 

type
Type: System.Type
Type to get default value.

Return Value

Type: Object
Default value of the provided Type

See Also

Reference

MappingSchema Class
CodeJam.Mapping Namespace

Clone this wiki locally