CxNamespace

Description

sealed class Tinman.Core.Cx.CxNamespace

A pseudo PSI-node that represents a namespace, for example System.Collections.

The namespace name (see ICxIdContainer.Name) will be CxName.Invalid iff this CxNamespace is the root namespace of the enclosing library (see ICxNamespaceContainer.Root). The parent node (see CxNode.Parent) will either be the parent CxNamespace object or null, iff this already is the root namespace.