Click or drag to resize

PersistentSettingsGetChar Method (String, Char, IEnumerableString)

[Missing <summary> documentation for "M:Rhino.PersistentSettings.GetChar(System.String,System.Char,System.Collections.Generic.IEnumerable{System.String})"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public char GetChar(
	string key,
	char defaultValue,
	IEnumerable<string> legacyKeyList
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.GetChar(System.String,System.Char,System.Collections.Generic.IEnumerable{System.String})"]

defaultValue
Type: SystemChar

[Missing <param name="defaultValue"/> documentation for "M:Rhino.PersistentSettings.GetChar(System.String,System.Char,System.Collections.Generic.IEnumerable{System.String})"]

legacyKeyList
Type: System.Collections.GenericIEnumerableString

[Missing <param name="legacyKeyList"/> documentation for "M:Rhino.PersistentSettings.GetChar(System.String,System.Char,System.Collections.Generic.IEnumerable{System.String})"]

Return Value

Type: Char

[Missing <returns> documentation for "M:Rhino.PersistentSettings.GetChar(System.String,System.Char,System.Collections.Generic.IEnumerable{System.String})"]

See Also