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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.