We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Sets an scalar type indicator scalar for provided type.
Namespace: CodeJam.MappingAssembly: 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
MappingSchema ClassCodeJam.Mapping Namespace