Click or drag to resize

PersistentSettingsSetChar Method

[Missing <summary> documentation for "M:Rhino.PersistentSettings.SetChar(System.String,System.Char)"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void SetChar(
	string key,
	char value
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.SetChar(System.String,System.Char)"]

value
Type: SystemChar

[Missing <param name="value"/> documentation for "M:Rhino.PersistentSettings.SetChar(System.String,System.Char)"]

See Also