Share via


InputFormatter.CanReadType(Type) 메서드

정의

지정된 type의 개체를 역직렬화할 수 있는지 여부를 InputFormatter 결정합니다.

protected:
 virtual bool CanReadType(Type ^ type);
protected virtual bool CanReadType (Type type);
abstract member CanReadType : Type -> bool
override this.CanReadType : Type -> bool
Protected Overridable Function CanReadType (type As Type) As Boolean

매개 변수

type
Type

Type 읽을 개체의 입니다.

반환

truetype 읽을 수 있으면 이고, 그렇지 않으면 false입니다.

적용 대상