GenericTypeParameterBuilder.TypeHandle 属性

定义

不支持不完整的泛型类型参数。

public:
 virtual property RuntimeTypeHandle TypeHandle { RuntimeTypeHandle get(); };
public override RuntimeTypeHandle TypeHandle { get; }
member this.TypeHandle : RuntimeTypeHandle
Public Overrides ReadOnly Property TypeHandle As RuntimeTypeHandle

属性值

不支持不完整的泛型类型参数。

例外

在所有情况下。

注解

不完整的泛型类型参数不支持此属性。 从已完成的泛型类型定义中检索类型参数,然后在检索到的类型上使用反射。

适用于