CxTypeName

Description

class Tinman.Core.Cx.CxTypeName

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:

ICxNameContainer.Name returns the name that references a type.

Public / Constructors

Cx​Type​Name


public constructor CxTypeName → (1)

name in : CxName

See ICxNameContainer.Name.

Creates a new instance of CxTypeName.

Protected / Attributes

resolved


[Weak]
protected attribute resolved → (CxNode)

The PSI node to which the type name has resolved to.