-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Mapping_MappingSchema_SetDefaultValue
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Sets default value for provided Type.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.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.