IDictionaryReadonly<TKey,TValue> Interface
Autodesk.DataManagement.Client.Framework›Autodesk.DataManagement.Client.Framework.Interfaces
Represents a read-only dictionary
Syntax
public interface IDictionaryReadonly<TKey,TValue> Public Interface IDictionaryReadonly
(Of TKey,TValue) Properties
| Name | Description |
|---|---|
| Item | Gets the element with the specified key |
| Keys | Gets the keys of the dictionary |
| Values | Gets the values of the dictionary |
Methods
| Name | Description |
|---|---|
| ContainsKey | Determines whether the dictionary contains an element the specified key. |
| TryGetValue | Gets the value associated with the specified key. If the key is not found, the value returned is default value for the type. |
| GetEnumerator | Returns an enumerator that iterates through the collection. |