FormatterCollection<TFormatter> 类

定义

表示格式化程序集合。

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)

类型参数

TFormatter

集合中格式化程序的类型。

继承
Collection<TFormatter>
FormatterCollection<TFormatter>

构造函数

FormatterCollection<TFormatter>()

初始化为空的 FormatterCollection<TFormatter> 类的新实例。

FormatterCollection<TFormatter>(IList<TFormatter>)

FormatterCollection<TFormatter> 类的新实例初始化为指定列表的包装。

方法

RemoveType(Type)

删除指定类型的所有格式化程序。

RemoveType<T>()

删除指定类型的所有格式化程序。

适用于