ITypeProvider<TType> Interface

Definition

generic <typename TType>
public interface class ITypeProvider
public interface ITypeProvider<TType>
type ITypeProvider<'ype> = interface
Public Interface ITypeProvider(Of TType)

Type Parameters

TType
Derived

Methods

GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte)
GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte)
GetTypeFromSpecification(MetadataReader, TypeSpecificationHandle, Byte)

Applies to