-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Mapping_MappingSchema_IsScalarType
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Returns true if provided type is considered as a scalar type.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public bool IsScalarType(
Type type
)
VB
Public Function IsScalarType (
type As Type
) As Boolean
F#
member IsScalarType :
type : Type -> bool
- type
- Type: System.Type
Type to check.
Type: Boolean
True if provided type is a scalar type.