NamespaceDefinition.NamespaceDefinitions 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.
Gets the namespace definitions that are direct children of the current namespace definition.
public:
property System::Collections::Immutable::ImmutableArray<System::Reflection::Metadata::NamespaceDefinitionHandle> NamespaceDefinitions { System::Collections::Immutable::ImmutableArray<System::Reflection::Metadata::NamespaceDefinitionHandle> get(); };
public System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.NamespaceDefinitionHandle> NamespaceDefinitions { get; }
member this.NamespaceDefinitions : System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.NamespaceDefinitionHandle>
Public ReadOnly Property NamespaceDefinitions As ImmutableArray(Of NamespaceDefinitionHandle)
Property Value
An immutable array of namespace definitions that are direct children of the current namespace definition.
Remarks
For example:
- System.Collections and System.Linq are direct children of System.
- System.Collections.Generic is a direct child of System.Collections.
- System.Collections.Generic is not a direct child of System.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.