FormatterCollection<TFormatter> 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
FormatterCollection<TFormatter>() |
初始化为空的 FormatterCollection<TFormatter> 类的新实例。 |
FormatterCollection<TFormatter>(IList<TFormatter>) |
将 FormatterCollection<TFormatter> 类的新实例初始化为指定列表的包装。 |
FormatterCollection<TFormatter>()
- Source:
- FormatterCollection.cs
- Source:
- FormatterCollection.cs
- Source:
- FormatterCollection.cs
初始化为空的 FormatterCollection<TFormatter> 类的新实例。
public:
FormatterCollection();
public FormatterCollection ();
Public Sub New ()
适用于
FormatterCollection<TFormatter>(IList<TFormatter>)
- Source:
- FormatterCollection.cs
- Source:
- FormatterCollection.cs
- Source:
- 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>
由新的集合包装的列表。