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

指定した型のすべてのフォーマッタを削除します。

適用対象