MessagePackHubProtocolOptions.FormatterResolvers Propriété
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.
public:
property System::Collections::Generic::IList<MessagePack::IFormatterResolver ^> ^ FormatterResolvers { System::Collections::Generic::IList<MessagePack::IFormatterResolver ^> ^ get(); void set(System::Collections::Generic::IList<MessagePack::IFormatterResolver ^> ^ value); };
public System.Collections.Generic.IList<MessagePack.IFormatterResolver> FormatterResolvers { get; set; }
member this.FormatterResolvers : System.Collections.Generic.IList<MessagePack.IFormatterResolver> with get, set
Public Property FormatterResolvers As IList(Of IFormatterResolver)
Valeur de propriété
IList<MessagePack.IFormatterResolver>