ICxFullNameContainer

Description

interface Tinman.Core.Cx.ICxFullNameContainer

Extended by

CxCodeUnit sealed
CxDeclaration abstract
CxNamespace sealed

Base interface for nodes that have a fully qualified name identifier.

The full name can be used to navigate to the node from the root CxNamespace.

Public / Attributes

Full​Name


[Constant]
public attribute FullName → (get)

value : CxName

The fully qualified name identifier.

Returns the full qualified name identifier.

Usually, the full name will be reconstructed each time this property is get, so it is advisable to cache the returned value wherever possible.