-
Notifications
You must be signed in to change notification settings - Fork 32
M_CodeJam_Mapping_MappingSchema_SetDefaultValue
andrewvk edited this page Jun 23, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
Sets default value for provided Type.
Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.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.