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 구현이 있으면 true이고, 그렇지 않으면 false입니다 IAsyncEnumerable<T>.

적용 대상