CLab# 1.0 API Documentation

Type Class

The Type class represents a CLab type. There are two variants of Type objects: 1. Type(String typeName, ArrayList states) contains a enumeration of valid states for the type. 2. Type(String typeName, int startOfRange, int endOfRange) contains a set range.

For a list of all members of this type, see Type Members.

System.Object
   Type
      BDDType
      TypeEnum
      TypeRange

public class Type

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: CLab.Data

Assembly: CLab (in CLab.dll)

See Also

Type Members | CLab.Data Namespace