RhinoCommon API
ArchivableDictionaryItem Property |
Gets the value associated with the specified key.
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

public Object this[ string key ] { get; }
Public ReadOnly Default Property Item ( key As String ) As Object Get
Parameters
- key
- Type: SystemString
The key of the value to get or set.
Return Value
Type: ObjectThe value associated with the specified key. If the specified key is not found, a get operation throws a KeyNotFoundException.

Exception | Condition |
---|---|
ArgumentNullException | If the key is null. |
KeyNotFoundException | If the key is not found. |

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8