Miner.Interop.Process Namespace > IDictionary Interface : Add Method |
'Declaration
<System.Runtime.InteropServices.DispIdAttribute(1)> Sub Add( _ ByRef Key As System.Object, _ ByRef Item As System.Object _ )
'Usage
Dim instance As IDictionary Dim Key As System.Object Dim Item As System.Object instance.Add(Key, Item)
[System.Runtime.InteropServices.DispId(1)] void Add( ref System.object Key, ref System.object Item )
System.Runtime.InteropServices.DispIdAttribute(1) function Add( Key : System.Object, Item : System.Object );
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2