Skip to content

P_CodeJam_Mapping_ScalarTypeAttribute_IsScalar

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

ScalarTypeAttribute.IsScalar Property true if target type is a scalar type.

Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0

Syntax

C#

public bool IsScalar { get; set; }

VB

Public Property IsScalar As Boolean
	Get
	Set

F#

member IsScalar : bool with get, set

Property Value

Type: Boolean

See Also

Reference

ScalarTypeAttribute Class
CodeJam.Mapping Namespace

Clone this wiki locally