GenericTypeParameterBuilder.TypeHandle Property

Definition

Not supported for incomplete generic type parameters.

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

Property Value

Not supported for incomplete generic type parameters.

Exceptions

In all cases.

Remarks

This property is not supported for incomplete generic type parameters. Retrieve the type parameter from the completed generic type definition and then use reflection on the retrieved type.

Applies to