CLab# 1.0 API Documentation

CSPTypeRange Constructor 

Initializes a new instance of the "CSPTypeRange" class.

public CSPTypeRange(
   String typeName,
   Int32 start,
   Int32 end
);

Parameters

String
Name of the type.
Int32
The start of the range.
Int32
The end of the range.

See Also

CSPTypeRange Class | CLab.CSP Namespace