FormatterCollection<TFormatter> Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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ę.