NamespaceDefinition.ExportedTypes Eigenschaft

Definition

Ruft alle exportierten Typen ab, die sich direkt in einem Namespace befinden.

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)

Eigenschaftswert

ImmutableArray<ExportedTypeHandle>

Ein unveränderliches Array exportierter Typhandpunkte.

Gilt für