MetadataReaderExtensions.GetTypesWithProperties(MetadataReader) Method

Definition

Enumerate types that define one or more properties.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<System::Reflection::Metadata::TypeDefinitionHandle> ^ GetTypesWithProperties(System::Reflection::Metadata::MetadataReader ^ reader);
public static System.Collections.Generic.IEnumerable<System.Reflection.Metadata.TypeDefinitionHandle> GetTypesWithProperties (this System.Reflection.Metadata.MetadataReader reader);
static member GetTypesWithProperties : System.Reflection.Metadata.MetadataReader -> seq<System.Reflection.Metadata.TypeDefinitionHandle>
<Extension()>
Public Iterator Function GetTypesWithProperties (reader As MetadataReader) As IEnumerable(Of TypeDefinitionHandle)
<Extension()>
Public Function GetTypesWithProperties (reader As MetadataReader) As IEnumerable(Of TypeDefinitionHandle)

Parameters

Returns

The resulting sequence corresponds exactly to entries in the property map table, that is, the n-th returned TypeDefinitionHandle is stored in n-th row of the property map.

Applies to