Autodesk Vault ProfessionalVault API

Add(KeyValuePair<KeyType,ValueType>) Method

Autodesk.DataManagement.Client.Framework.CurrencyDelegateValueDictionary<KeyType,ValueType>

Adds an element with the provided key/value pair

Syntax

public void Add(
   System.Collections.Generic.KeyValuePair<KeyType,ValueType> item
)
Public Overloads Sub Add( _
   ByVal item As System.Collections.Generic.KeyValuePair(Of KeyType,ValueType) _
) 

Parameters

NameDescription
itemThe key/value pair to add to the dictionary

See Also