Type.MakeGenericMethodParameter(Int32) Metodo
Definizione
Restituisce un oggetto tipo di firma che può essere passato nel parametro di matrice Type []
di un metodo GetMethod per rappresentare un riferimento di parametro generico.Returns a signature type object that can be passed into the Type[]
array parameter of a GetMethod method to represent a generic parameter reference.
public:
static Type ^ MakeGenericMethodParameter(int position);
public static Type MakeGenericMethodParameter (int position);
static member MakeGenericMethodParameter : int -> Type
Public Shared Function MakeGenericMethodParameter (position As Integer) As Type
Parametri
- position
- Int32
Posizione del parametro tipizzato.The typed parameter position.
Restituisce
Oggetto tipo di firma che può essere passato nel parametro di matrice Type []
di un metodo GetMethod per rappresentare un riferimento di parametro generico.A signature type object that can be passed into the Type[]
array parameter of a GetMethod method to represent a generic parameter reference.
Eccezioni
position
è negativo.position
is negative.