CxType
Description
- Derived from
-
CxNode abstract
ICxReference
ICxUsageContainer<CxTypeUsage>
ICxTypeQuery - Extended by
-
CxTypeArray sealed
CxTypeName
CxTypeSimple sealed
Abstract base for classes that represent a reference to a Code-X data type.
The ICxReference.Resolved property may return the following values:
-
null
iff unresolved
Public / Constructors
FromSource
Parses the given type reference.
- ValidatingException
-
If the syntax of source in is invalid.
- See also