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)

속성 값

내보낸 형식 핸들의 변경할 수 없는 배열입니다.

적용 대상