PersistentSettingsGetString Method (String, String, IEnumerableString) |
[Missing <summary> documentation for "M:Rhino.PersistentSettings.GetString(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"]
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll)
public string GetString( string key, string defaultValue, IEnumerable<string> legacyKeyList )
Public Function GetString ( key As String, defaultValue As String, legacyKeyList As IEnumerable(Of String) ) As String
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.GetString(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"]
- defaultValue
- Type: SystemString
[Missing <param name="defaultValue"/> documentation for "M:Rhino.PersistentSettings.GetString(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"]
- legacyKeyList
- Type: System.Collections.GenericIEnumerableString
[Missing <param name="legacyKeyList"/> documentation for "M:Rhino.PersistentSettings.GetString(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"]
Return Value
Type: String[Missing <returns> documentation for "M:Rhino.PersistentSettings.GetString(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"]