ISpecializableCodec.GetSpecializedCodec(Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une IFieldCodec implémentation qui prend en charge le type spécifié.
public Orleans.Serialization.Codecs.IFieldCodec GetSpecializedCodec (Type type);
abstract member GetSpecializedCodec : Type -> Orleans.Serialization.Codecs.IFieldCodec
Public Function GetSpecializedCodec (type As Type) As IFieldCodec
Paramètres
- type
- Type
Type.
Retours
Implémentation IFieldCodec qui prend en charge le type spécifié.