ISpecializableBaseCodec.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 IBaseCodec implémentation qui prend en charge le type spécifié.
public Orleans.Serialization.Serializers.IBaseCodec GetSpecializedCodec (Type type);
abstract member GetSpecializedCodec : Type -> Orleans.Serialization.Serializers.IBaseCodec
Public Function GetSpecializedCodec (type As Type) As IBaseCodec
Paramètres
- type
- Type
Type.
Retours
Implémentation IBaseCodec qui prend en charge le type spécifié.