FormatterCollection<TFormatter> Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
FormatterCollection<TFormatter>() |
Initialisiert eine neue, leere Instanz der FormatterCollection<TFormatter>-Klasse. |
FormatterCollection<TFormatter>(IList<TFormatter>) |
Initialisiert eine neue Instanz der FormatterCollection<TFormatter>-Klasse als Wrapper für die angegebene Liste. |
FormatterCollection<TFormatter>()
- Quelle:
- FormatterCollection.cs
- Quelle:
- FormatterCollection.cs
- Quelle:
- FormatterCollection.cs
Initialisiert eine neue, leere Instanz der FormatterCollection<TFormatter>-Klasse.
public:
FormatterCollection();
public FormatterCollection ();
Public Sub New ()
Gilt für:
FormatterCollection<TFormatter>(IList<TFormatter>)
- Quelle:
- FormatterCollection.cs
- Quelle:
- FormatterCollection.cs
- Quelle:
- FormatterCollection.cs
Initialisiert eine neue Instanz der FormatterCollection<TFormatter>-Klasse als Wrapper für die angegebene Liste.
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))
Parameter
- list
- IList<TFormatter>
Die Liste, die mit der neuen Auflistung umschlossen wird.