GenericTypeParameterBuilder.GetGenericTypeDefinition Method

Definition

Not valid for generic type parameters.

public:
 override Type ^ GetGenericTypeDefinition();
public override Type GetGenericTypeDefinition ();
override this.GetGenericTypeDefinition : unit -> Type
Public Overrides Function GetGenericTypeDefinition () As Type

Returns

Not valid for generic type parameters.

Exceptions

Remarks

In a constructed type, the type that is assigned to a generic type parameter can be a generic type, but the type parameter itself is not generic.

Applies to