OutputFormatter.CanWriteType(Type) 메서드

정의

이 serializer에서 지정된 형식을 쓸 수 있는지 여부를 나타내는 값을 반환합니다.

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

매개 변수

type
Type

개체 유형입니다.

반환

true 형식을 쓸 수 있으면 이고, 그렇지 않으면 false입니다.

적용 대상