共用方式為


MessageFormatterEnumerableTracker.GetToken<T> 方法

定義

產生器用來將控制碼指派給指定的 IAsyncEnumerable<T>

public long GetToken<T> (System.Collections.Generic.IAsyncEnumerable<T> enumerable);
member this.GetToken : System.Collections.Generic.IAsyncEnumerable<'T> -> int64
Public Function GetToken(Of T) (enumerable As IAsyncEnumerable(Of T)) As Long

類型參數

T

可列舉所產生的值型別。

參數

enumerable
IAsyncEnumerable<T>

要指派控制碼的可列舉。

傳回

已指派的控制碼。

適用於