Edit

Share via


NewtonsoftJsonCodec.IGeneralizedCopier.IsSupportedType(Type) Method

Definition

Returns a value indicating whether the provided type is supported by this implementation.

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

Parameters

type
Type

The type.

Returns

true if the type is supported type by this implementation; otherwise, false.

Implements

Applies to