NamespaceDefinition.ExportedTypes プロパティ

定義

エクスポートされ、名前空間に直接存在する型をすべて取得します。

public:
 property System::Collections::Immutable::ImmutableArray<System::Reflection::Metadata::ExportedTypeHandle> ExportedTypes { System::Collections::Immutable::ImmutableArray<System::Reflection::Metadata::ExportedTypeHandle> get(); };
public System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.ExportedTypeHandle> ExportedTypes { get; }
member this.ExportedTypes : System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.ExportedTypeHandle>
Public ReadOnly Property ExportedTypes As ImmutableArray(Of ExportedTypeHandle)

プロパティ値

エクスポートされた型ハンドルの変更できない配列。

適用対象