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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.