次の方法で共有


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>

適用対象