CxTypeName
Description
- Derived from
-
CxType abstract
ICxNameContainer - Extended by
-
CxTypeGeneric sealed
A reference to a type by its name:
TypeName NamespaceName.TypeName global::NamespaceName.TypeName
The CxType.ResolvedContext method may return the following values:
-
A CxDeclaration of a CxCodeUnit.
-
A CxTypeParameter of a ICxTypeParametersContainer, which is either a
class
,delegate
,interface
,struct
ormethod
type parameter. -
null
iff unresolved
ICxNameContainer.Name returns the name that references a type.