Skip to content

IGeneralizedCodec Methods

A codec which supports multiple types.

IsSupportedType(Type)

abstract
public abstract bool IsSupportedType(Type type)
Determines whether the specified type is supported by this instance.

Parameters

typeType
The type.

Returns

true if the specified type is supported; otherwise, false.