SettingsProviderParameter コンストラクター

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public Parameter(
	string typeName,
	string name,
	string defaultValue,
	string description
)

パラメーター

typeName
型: SystemString

["M:KeyToKey.Plugins.SettingsProvider.Parameter.#ctor(System.String,System.String,System.String,System.String)"に対する<param name="typeName"/>がありません

name
型: SystemString

["M:KeyToKey.Plugins.SettingsProvider.Parameter.#ctor(System.String,System.String,System.String,System.String)"に対する<param name="name"/>がありません

defaultValue
型: SystemString

["M:KeyToKey.Plugins.SettingsProvider.Parameter.#ctor(System.String,System.String,System.String,System.String)"に対する<param name="defaultValue"/>がありません

description
型: SystemString

["M:KeyToKey.Plugins.SettingsProvider.Parameter.#ctor(System.String,System.String,System.String,System.String)"に対する<param name="description"/>がありません

関連項目