CxTypeGeneric
Description
- Derived from
A reference to a specialization of a generic type:
TypeName<Type0, Type1, ... TypeN> NamespaceName.TypeName<Type0, Type1, ... TypeN> global::NamespaceName.TypeName<Type0, Type1, ... TypeN>
The CxType.ResolvedContext property may return the following values:
-
A CxDeclaration of a CxCodeUnit.
-
null
iff unresolved
ICxTypesContainer.Types return the type arguments, which will never be empty.
Public / Constants
ContextUseCurly
When set to true
via Context.Set2, the ICodeOutput.WriteSourceCode method will output curly braces instead and angle braces for wrapping the generic type argument list.