Share via


EndpointFilterInvocationContext.GetArgument<T>(Int32) Method

Definition

Retrieve the argument given its position in the argument list.

public abstract T GetArgument<T> (int index);
abstract member GetArgument : int -> 'T
Public MustOverride Function GetArgument(Of T) (index As Integer) As T

Type Parameters

T

The Type of the resolved argument.

Parameters

index
Int32

An integer representing the position of the argument in the argument list.

Returns

T

The argument at a given index.

Applies to