共用方式為


MessageFormatterEnumerableTracker.CanDeserialize(Type) 方法

定義

根據 ,檢查指定的 Type 是否完全是一些封閉式泛型型別 IAsyncEnumerable<T>

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

參數

objectType
Type

可能是 IAsyncEnumerable<T> 的型別。

傳回

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

適用於