KeyConvertTo コンストラクター

KeyConvertToクラスの新しいインスタンスを初期化します

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public KeyConvertTo(
	Keys from,
	IKeyConversionExecutor executor,
	IKeyCanceller canceller,
	IKeyConvertValidator validator
)

パラメーター

from
型: KeyToKey.EnumsKeys

["M:KeyToKey.Plugins.KeyConvertTo.#ctor(KeyToKey.Enums.Keys,KeyToKey.Plugins.IKeyConversionExecutor,KeyToKey.Plugins.IKeyCanceller,KeyToKey.Plugins.IKeyConvertValidator)"に対する<param name="from"/>がありません

executor
型: KeyToKey.PluginsIKeyConversionExecutor

["M:KeyToKey.Plugins.KeyConvertTo.#ctor(KeyToKey.Enums.Keys,KeyToKey.Plugins.IKeyConversionExecutor,KeyToKey.Plugins.IKeyCanceller,KeyToKey.Plugins.IKeyConvertValidator)"に対する<param name="executor"/>がありません

canceller
型: KeyToKey.PluginsIKeyCanceller

["M:KeyToKey.Plugins.KeyConvertTo.#ctor(KeyToKey.Enums.Keys,KeyToKey.Plugins.IKeyConversionExecutor,KeyToKey.Plugins.IKeyCanceller,KeyToKey.Plugins.IKeyConvertValidator)"に対する<param name="canceller"/>がありません

validator
型: KeyToKey.PluginsIKeyConvertValidator

["M:KeyToKey.Plugins.KeyConvertTo.#ctor(KeyToKey.Enums.Keys,KeyToKey.Plugins.IKeyConversionExecutor,KeyToKey.Plugins.IKeyCanceller,KeyToKey.Plugins.IKeyConvertValidator)"に対する<param name="validator"/>がありません

関連項目