MessagePackHubProtocolOptions.FormatterResolvers Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Valor da propriedade
IList<MessagePack.IFormatterResolver>