共用方式為


MessageFormatterEnumerableTracker.CanSerialize(Type) 方法

定義

檢查指定的 Type 是否實作 IAsyncEnumerable<T>

public static bool CanSerialize (Type objectType);
static member CanSerialize : Type -> bool
Public Shared Function CanSerialize (objectType As Type) As Boolean

參數

objectType
Type

可實 IAsyncEnumerable<T> 作 的型別。

傳回

如果指定的 實作 Type ,則為 IAsyncEnumerable<T> true;否則為 false。

適用於