Поделиться через


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>

Список помещается в оболочку в новой коллекции.

Применяется к