CxTypeGeneric Description sealed class Tinman.Core.Cx.CxTypeGeneric Derived from CxTypeName A reference to a specialization of a generic type: TypeName<Type0, Type1, ... TypeN> NamespaceName.TypeName<Type0, Type1, ... TypeN> global::NamespaceName.TypeName<Type0, Type1, ... TypeN> Public / Constructors CxTypeGeneric public constructor CxTypeGeneric → (2) name in : CxName See CxTypeName.Name. arguments in : IBagConst<CxType> [not-empty] See Arguments. Creates a new instance of CxTypeGeneric. Public / Attributes Arguments public attribute Arguments → (get) value : IVectorConst<CxType> [not-empty] The type arguments. The type arguments. CxTypeArray CxTypeName