INamespaceSymbol.ConstituentNamespaces Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If a namespace is an assembly or compilation namespace, it may be composed of multiple namespaces that are merged together. If so, ConstituentNamespaces returns all the namespaces that were merged. If this namespace was not merged, returns an array containing only this namespace.
public:
property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::INamespaceSymbol ^> ConstituentNamespaces { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::INamespaceSymbol ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.INamespaceSymbol> ConstituentNamespaces { get; }
member this.ConstituentNamespaces : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.INamespaceSymbol>
Public ReadOnly Property ConstituentNamespaces As ImmutableArray(Of INamespaceSymbol)
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.