-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Mapping_MappingSchema_SetScalarType
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Sets an scalar type indicator scalar for provided type.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public void SetScalarType(
Type type,
bool isScalarType = true
)
VB
Public Sub SetScalarType (
type As Type,
Optional isScalarType As Boolean = true
)
F#
member SetScalarType :
type : Type *
?isScalarType : bool
(* Defaults:
let _isScalarType = defaultArg isScalarType true
*)
-> unit
- type
- Type: System.Type
Type to set. - isScalarType (Optional)
- Type: System.Boolean
Acalar type indicator.