Click or drag to resize

PersistentSettingsGetStringDictionary Method (String, KeyValuePairString, String, IEnumerableString)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public KeyValuePair<string, string>[] GetStringDictionary(
	string key,
	KeyValuePair<string, string>[] defaultValue,
	IEnumerable<string> legacyKeyList
)

Parameters

key
Type: SystemString

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

defaultValue
Type: System.Collections.GenericKeyValuePairString, String

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

legacyKeyList
Type: System.Collections.GenericIEnumerableString

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

Return Value

Type: KeyValuePairString, String

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

See Also