FormatterCollection<TFormatter> Klasa

Definicja

Reprezentuje kolekcję formaterów.

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)

Parametry typu

TFormatter

Typ formaterów w kolekcji.

Dziedziczenie
Collection<TFormatter>
FormatterCollection<TFormatter>

Konstruktory

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.

Metody

RemoveType(Type)

Usuwa wszystkie formatery określonego typu.

RemoveType<T>()

Usuwa wszystkie formatery określonego typu.

Dotyczy