Skip to content

M_CodeJam_Mapping_MappingSchema_IsScalarType

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

MappingSchema.IsScalarType Method

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

Syntax

C#

public bool IsScalarType(
	Type type
)

VB

Public Function IsScalarType ( 
	type As Type
) As Boolean

F#

member IsScalarType : 
        type : Type -> bool 

Parameters

 

type
Type: System.Type
Type to check.

Return Value

Type: Boolean
True if provided type is a scalar type.

See Also

Reference

MappingSchema Class
CodeJam.Mapping Namespace

Clone this wiki locally