ITypeProvider<TType>.GetTypeFromSpecification Method

Definition

public:
 TType GetTypeFromSpecification(System::Reflection::Metadata::MetadataReader ^ reader, System::Reflection::Metadata::TypeSpecificationHandle handle, System::Byte rawTypeKind);
public TType GetTypeFromSpecification (System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.TypeSpecificationHandle handle, byte rawTypeKind);
abstract member GetTypeFromSpecification : System.Reflection.Metadata.MetadataReader * System.Reflection.Metadata.TypeSpecificationHandle * byte -> 'ype
Public Function GetTypeFromSpecification (reader As MetadataReader, handle As TypeSpecificationHandle, rawTypeKind As Byte) As TType

Parameters

rawTypeKind
Byte

Returns

TType

Applies to