NamespaceDefinition.NamespaceDefinitions Property

Definition

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