CLab# 1.0 API Documentation

ValidDomain Constructor (String, String, CPTypes, List`1)

Initializes a new instance of the "ValidDomain" class.

public ValidDomain(
   String varName,
   String typeName,
   CPTypes typeFormat,
   List<T> domains
);

Parameters

String
Name of the variable.
String
Name of the type.
CPTypes
The CPTypes type format.
List<T>
The list of domain values.

See Also

ValidDomain Class | CLab Namespace | ValidDomain Constructor Overload List