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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.