Udostępnij za pośrednictwem


FormatterCollection<TFormatter> Konstruktory

Definicja

Przeciążenia

FormatterCollection<TFormatter>()

Inicjuje FormatterCollection<TFormatter> nowe wystąpienie klasy, która jest pusta.

FormatterCollection<TFormatter>(IList<TFormatter>)

Inicjuje FormatterCollection<TFormatter> nowe wystąpienie klasy jako otokę dla określonej listy.

FormatterCollection<TFormatter>()

Źródło:
FormatterCollection.cs
Źródło:
FormatterCollection.cs
Źródło:
FormatterCollection.cs

Inicjuje FormatterCollection<TFormatter> nowe wystąpienie klasy, która jest pusta.

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

Dotyczy

FormatterCollection<TFormatter>(IList<TFormatter>)

Źródło:
FormatterCollection.cs
Źródło:
FormatterCollection.cs
Źródło:
FormatterCollection.cs

Inicjuje FormatterCollection<TFormatter> nowe wystąpienie klasy jako otokę dla określonej listy.

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))

Parametry

list
IList<TFormatter>

Lista opakowana przez nową kolekcję.

Dotyczy