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
The CxNode.CanHaveParent property of CxTypeSimple returns false
, so its ICxReference.Resolved property will always return null
. To resolve a CxTypeSimple, the ResolvedContext method must be used with a suitable context node.
Public / Constructors
FromSource
Parses the given type reference.
- ValidatingException
-
If the syntax of source in is invalid.
- See also