FormatterCollection<TFormatter> Třída

Definice

Představuje kolekci formátovacích prostředků.

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 formátovacích souborů v kolekci.

Dědičnost
Collection<TFormatter>
FormatterCollection<TFormatter>

Konstruktory

FormatterCollection<TFormatter>()

Inicializuje novou instanci FormatterCollection<TFormatter> třídy, která je prázdná.

FormatterCollection<TFormatter>(IList<TFormatter>)

Inicializuje novou instanci FormatterCollection<TFormatter> třídy jako obálku pro zadaný seznam.

Metody

RemoveType(Type)

Odebere všechny formátovací moduly zadaného typu.

RemoveType<T>()

Odebere všechny formátovací moduly zadaného typu.

Platí pro