MessagePackHubProtocolOptions.FormatterResolvers Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
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)
Значение свойства
IList<MessagePack.IFormatterResolver>