CLab# 1.0 API Documentation
TypeEnum Constructor
Initializes a new instance of the "TypeEnum" class.
public TypeEnum(
String
typeName
,
List<T>
enumeratorsList
);
Parameters
String
Name of the type.
List<T>
List of valid states for the type.
See Also
TypeEnum Class
|
CLab.Data Namespace