-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Mapping_MappingSchema_SetDefaultValue
Andrew Koryavchenko edited this page Jul 4, 2017
·
5 revisions
Sets default value for provided Type.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void SetDefaultValue(
Type type,
Object value
)
VB
Public Sub SetDefaultValue (
type As Type,
value As Object
)
F#
member SetDefaultValue :
type : Type *
value : Object -> unit
- type
- Type: System.Type
Type to set default value for. - value
- Type: System.Object
Value to set.