Szerkesztés

Megosztás a következőn keresztül:


ISpecializableCodec Interface

Definition

Provides access to codecs for multiple types.

public interface ISpecializableCodec
type ISpecializableCodec = interface
Public Interface ISpecializableCodec

Methods

GetSpecializedCodec(Type)

Gets an IFieldCodec implementation which supports the specified type.

IsSupportedType(Type)

Determines whether the specified type is supported by this instance.

Applies to