Freigeben über


FormatterCollection<TFormatter> Klasse

Definition

Stellt eine Auflistung von Formatierern dar.

generic <typename TFormatter>
public ref class FormatterCollection : System::Collections::ObjectModel::Collection<TFormatter>
public class FormatterCollection<TFormatter> : System.Collections.ObjectModel.Collection<TFormatter>
type FormatterCollection<'Formatter> = class
    inherit Collection<'Formatter>
Public Class FormatterCollection(Of TFormatter)
Inherits Collection(Of TFormatter)

Typparameter

TFormatter

Der Typ der Formatierer in der Auflistung.

Vererbung
Collection<TFormatter>
FormatterCollection<TFormatter>

Konstruktoren

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.

Methoden

RemoveType(Type)

Entfernt alle Formatierer des angegebenen Typs.

RemoveType<T>()

Entfernt alle Formatierer des angegebenen Typs.

Gilt für: