See Also

ParameterDictionary Class  | ParameterDictionary Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

Show All

key
String to be added as the key to the ParameterDictionary.
value
Object value to be added to the ParameterDictionary.

Adds the provided key-value entry to the ParameterDictionary.

[Visual Basic]
Public Sub Add( _    ByVal key As String, _    ByVal value As Object _ )
[C#]
public void Add(    string key,    object value );

Parameters

key
String to be added as the key to the ParameterDictionary.
value
Object value to be added to the ParameterDictionary.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

ParameterDictionary Class  | ParameterDictionary Members

 

 


© Copyright 2007, ceTe Software