ISimpleTypeProvider<TType> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
generic <typename TType>
public interface class ISimpleTypeProvider
public interface ISimpleTypeProvider<TType>
type ISimpleTypeProvider<'ype> = interface
Public Interface ISimpleTypeProvider(Of TType)
类型参数
- TType
- 派生
方法
GetPrimitiveType(PrimitiveTypeCode) |
获取基元类型的类型符号。 |
GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte) |
获取类型定义的类型符号。 |
GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte) |
获取类型引用的类型符号。 |