共用方式為


InputConverterCollection.RegisterAt<T>(Int32) Method

Definition

Registers an input converter type at the specific index.

public void RegisterAt<T> (int index) where T : Microsoft.Azure.Functions.Worker.Converters.IInputConverter;
member this.RegisterAt : int -> unit (requires 'T :> Microsoft.Azure.Functions.Worker.Converters.IInputConverter)
Public Sub RegisterAt(Of T As IInputConverter) (index As Integer)

Type Parameters

T

The input converter type. This type must implement IInputConverter

Parameters

index
Int32

Applies to