Type.MakeGenericMethodParameter(Int32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- position
- Int32
The typed parameter position.
A signature type object that can be passed into the Type[]
array parameter of a GetMethod method to represent a generic parameter reference.
position
is negative.
Produto | Versões |
---|---|
.NET | Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Standard | 2.1 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: