Values¶
-
System.Collections.IEnumerable<V> IDictionary.Values { get; }¶
Gets the collection of items.
- Value
IEnumerable<V> – Collection of items in this collection.
- Throws
CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.