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>
由新的集合所包裝的清單。