Type.MakeGenericMethodParameter(Int32) Yöntem

Tanım

Genel parametre başvurularını temsil etmek için bir Type[] yöntemin GetMethod dizi parametresine geçirilebilen bir imza türü nesnesi döndürür.

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

Parametreler

position
Int32

Yazılan parametre konumu.

Döndürülenler

Genel parametre başvurularını temsil etmek için bir Type[] yöntemin GetMethod dizi parametresine geçirilebilen imza türü nesnesi.

Özel durumlar

position negatiftir.

Şunlara uygulanır