OutputFormatter.CanWriteType(Type) Método

Definição

Retorna um valor que indica se o tipo determinado pode ou não ser gravado por esse serializador.

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

Parâmetros

type
Type

O tipo de objeto.

Retornos

true se o tipo puder ser gravado, caso contrário false, .

Aplica-se a