Autodesk Vault ProfessionalVault API

Add(KeyType,ValueType) Method

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

Adds an element with the provided key and value

Syntax

public void Add(
   KeyType key,
   ValueType value
)
Public Overloads Sub Add( _
   ByVal key As KeyType, _
   ByVal value As ValueType _
) 

Parameters

NameDescription
keyThe object to use as the key of the element to add.
valueThe object to use as the value of the element to add.

See Also