-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Mapping_MappingSchema_AddScalarType
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Adds scalar type and its default value.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public void AddScalarType(
Type type,
Object defaultValue
)
VB
Public Sub AddScalarType (
type As Type,
defaultValue As Object
)
F#
member AddScalarType :
type : Type *
defaultValue : Object -> unit
- type
- Type: System.Type
Type to add - defaultValue
- Type: System.Object
Default value.