次の方法で共有


FormatterCollection<TFormatter> コンストラクター

定義

オーバーロード

FormatterCollection<TFormatter>()

FormatterCollection<TFormatter> クラスの新しい空のインスタンスを初期化します。

FormatterCollection<TFormatter>(IList<TFormatter>)

指定したリストのラッパーとして FormatterCollection<TFormatter> クラスの新しいインスタンスを初期化します。

FormatterCollection<TFormatter>()

ソース:
FormatterCollection.cs
ソース:
FormatterCollection.cs
ソース:
FormatterCollection.cs

FormatterCollection<TFormatter> クラスの新しい空のインスタンスを初期化します。

public:
 FormatterCollection();
public FormatterCollection ();
Public Sub New ()

適用対象

FormatterCollection<TFormatter>(IList<TFormatter>)

ソース:
FormatterCollection.cs
ソース:
FormatterCollection.cs
ソース:
FormatterCollection.cs

指定したリストのラッパーとして 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>

新しいコレクションによってラップされているリスト。

適用対象