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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.