CxTypeGeneric

Description

sealed class Tinman.Core.Cx.CxTypeGeneric

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:

ICxTypesContainer.Types return the type arguments, which will never be empty.

Public / Constructors

Cx​Type​Generic


public constructor CxTypeGeneric → (2)

name in : CxName

See ICxNameContainer.Name.

types in : IBagConst<CxType>

[not-empty]
See ICxTypesContainer.Types.

Creates a new instance of CxTypeGeneric.