GenericTypeParameterBuilder.GenericParameterPosition Property

Definition

Gets the position of the type parameter in the type parameter list of the generic type or method that declared the parameter.

public:
 virtual property int GenericParameterPosition { int get(); };
public override int GenericParameterPosition { get; }
member this.GenericParameterPosition : int
Public Overrides ReadOnly Property GenericParameterPosition As Integer

Property Value

The position of the type parameter in the type parameter list of the generic type or method that declared the parameter.

Applies to

See also