Düzenle

Aracılığıyla paylaş


ISpecializableBaseCodec.GetSpecializedCodec(Type) Method

Definition

Gets an IBaseCodec implementation which supports the specified type.

public Orleans.Serialization.Serializers.IBaseCodec GetSpecializedCodec (Type type);
abstract member GetSpecializedCodec : Type -> Orleans.Serialization.Serializers.IBaseCodec
Public Function GetSpecializedCodec (type As Type) As IBaseCodec

Parameters

type
Type

The type.

Returns

An IBaseCodec implementation which supports the specified type.

Applies to