Contents Menu Expand Light mode Dark mode Auto light/dark mode
PMP documentation
Light Logo Dark Logo

IDictionary¶

interface IDictionary : public System.Collections.IEnumerable<System.Collections.Generic.KeyValuePair<K, V>>¶

V IDictionary.this[K key] { get; }

System.Collections.IEnumerable<K> IDictionary.Keys { get; }

System.Collections.IEnumerable<V> IDictionary.Values { get; }

Next
Properties
Previous
Id
| Created using Sphinx and Furo theme.