FormatterCollection<TFormatter> Klasa
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.
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. |