This[K key]¶
-
V IDictionary.this[K key] { get; }¶
Gets or sets the item with the specified key.
- Value
V – Item with the specified key.
- Throws
NullArgumentException– Null reference was passed.InvalidArgumentException– No item exists with the specified key.InvalidArgumentException– Invalid key or item for this collection.UnknownObjectException– Item is unknown, belongs to an other controller.UnsupportedException– Collection cannot be modified.InvalidOperationException– Collection cannot be modified at this moment.CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.