PersistentSettingsTryGetEnumValueT Method (String, T) |
Namespace: Rhino
public bool TryGetEnumValue<T>( string key, out T enumValue ) where T : struct, new(), IConvertible
Public Function TryGetEnumValue(Of T As {Structure, New, IConvertible}) ( key As String, <OutAttribute> ByRef enumValue As T ) As Boolean
[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.TryGetEnumValue``1(System.String,``0@)"]
[Missing <param name="enumValue"/> documentation for "M:Rhino.PersistentSettings.TryGetEnumValue``1(System.String,``0@)"]
[Missing <typeparam name="T"/> documentation for "M:Rhino.PersistentSettings.TryGetEnumValue``1(System.String,``0@)"]