FormatterCollection<TFormatter> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FormatterCollection<TFormatter>() |
FormatterCollection<TFormatter> クラスの新しい空のインスタンスを初期化します。 |
FormatterCollection<TFormatter>(IList<TFormatter>) |
指定したリストのラッパーとして FormatterCollection<TFormatter> クラスの新しいインスタンスを初期化します。 |
FormatterCollection<TFormatter>()
FormatterCollection<TFormatter> クラスの新しい空のインスタンスを初期化します。
public:
FormatterCollection();
public FormatterCollection ();
Public Sub New ()
適用対象
FormatterCollection<TFormatter>(IList<TFormatter>)
指定したリストのラッパーとして FormatterCollection<TFormatter> クラスの新しいインスタンスを初期化します。
public:
FormatterCollection(System::Collections::Generic::IList<TFormatter> ^ list);
public FormatterCollection (System.Collections.Generic.IList<TFormatter> list);
new Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection<'Formatter> : System.Collections.Generic.IList<'Formatter> -> Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection<'Formatter>
Public Sub New (list As IList(Of TFormatter))
パラメーター
- list
- IList<TFormatter>
新しいコレクションによってラップされているリスト。