Autodesk Vault ProfessionalVault API

IDictionaryReadonly<TKey,TValue> Interface

Autodesk.DataManagement.Client.FrameworkAutodesk.DataManagement.Client.Framework.Interfaces

Represents a read-only dictionary

Syntax

public interface IDictionaryReadonly<TKey,TValue> 
Public Interface IDictionaryReadonly
    (Of TKey,TValue) 

Properties

NameDescription
ItemGets the element with the specified key
KeysGets the keys of the dictionary
ValuesGets the values of the dictionary

Methods

NameDescription
ContainsKeyDetermines whether the dictionary contains an element the specified key.
TryGetValueGets the value associated with the specified key. If the key is not found, the value returned is default value for the type.

See Also