CLab# 1.0 API Documentation
TypeRange Constructor
Initializes a new instance of the "TypeRange" class.
public TypeRange(
String
typeName
,
Int32
startOfRange
,
Int32
endOfRange
);
Parameters
String
Name of the type.
Int32
The start of the range.
Int32
The end of the range.
See Also
TypeRange Class
|
CLab.Data Namespace