ContainingNamespace
Gets the parent namespace, or null
if the current object is the global namespace
(i.e. ig IsGlobalNamespace is true
).
Declaration
INamespace? ContainingNamespace { get; }
Property Value
Type | Description |
---|---|
INamespace |
Gets the parent namespace, or null
if the current object is the global namespace
(i.e. ig IsGlobalNamespace is true
).
INamespace? ContainingNamespace { get; }
Type | Description |
---|---|
INamespace |