NamespaceDefinition.NamespaceDefinitions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取属于当前命名空间定义的直接子级的命名空间定义。
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)
属性值
命名空间定义的不可变数组,这些命名空间定义是当前命名空间定义的直接子级。
注解
例如:
- System.Collections 和 System.Linq 是 System 的直接子级。
- System.Collections.Generic 是 System.Collections 的直接子级。
- System.Collections.Generic 不是 System 的直接子级。