Aracılığıyla paylaş


FormatterCollection<TFormatter> Oluşturucular

Tanım

Aşırı Yüklemeler

FormatterCollection<TFormatter>()

Boş olan sınıfın FormatterCollection<TFormatter> yeni bir örneğini başlatır.

FormatterCollection<TFormatter>(IList<TFormatter>)

Belirtilen liste için sarmalayıcı olarak sınıfının yeni bir örneğini FormatterCollection<TFormatter> başlatır.

FormatterCollection<TFormatter>()

Kaynak:
FormatterCollection.cs
Kaynak:
FormatterCollection.cs
Kaynak:
FormatterCollection.cs

Boş olan sınıfın FormatterCollection<TFormatter> yeni bir örneğini başlatır.

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

Şunlara uygulanır

FormatterCollection<TFormatter>(IList<TFormatter>)

Kaynak:
FormatterCollection.cs
Kaynak:
FormatterCollection.cs
Kaynak:
FormatterCollection.cs

Belirtilen liste için sarmalayıcı olarak sınıfının yeni bir örneğini FormatterCollection<TFormatter> başlatır.

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

Parametreler

list
IList<TFormatter>

Yeni koleksiyon tarafından sarmalanan liste.

Şunlara uygulanır