Compartir a través de


JsonCodec.IGeneralizedCodec.IsSupportedType(Type) Método

Definición

Determina si esta instancia admite el tipo especificado.

bool IGeneralizedCodec.IsSupportedType (Type type);
abstract member Orleans.Serialization.Serializers.IGeneralizedCodec.IsSupportedType : Type -> bool
override this.Orleans.Serialization.Serializers.IGeneralizedCodec.IsSupportedType : Type -> bool
Function IsSupportedType (type As Type) As Boolean Implements IGeneralizedCodec.IsSupportedType

Parámetros

type
Type

Tipo.

Devoluciones

true si se admite el tipo especificado; en caso contrario, es false.

Implementaciones

Se aplica a