共用方式為


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>()

移除指定型別的所有格式器。

適用於