次の方法で共有


InputConverterCollection クラス

定義

入力コンバーターのコレクション。

public sealed class InputConverterCollection : System.Collections.Generic.IEnumerable<Type>
type InputConverterCollection = class
    interface seq<Type>
    interface IEnumerable
Public NotInheritable Class InputConverterCollection
Implements IEnumerable(Of Type)
継承
InputConverterCollection
実装

コンストラクター

InputConverterCollection()

入力コンバーターのコレクション。

メソッド

Clear()

コレクションからすべての項目を削除します。

GetEnumerator()

入力コンバーターのコレクション。

Register<T>()

入力コンバーターの種類を登録します。

RegisterAt<T>(Int32)

入力コンバーターの種類を特定のインデックスに登録します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

入力コンバーターのコレクション。

適用対象