NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

NameValueCollection.Add (NameValueCollection)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Add( _
   ByVal c As NameValueCollection _
)
[C#]
public void Add(
   NameValueCollection c
);
[C++]
public: void Add(
   NameValueCollection* c
);
[JScript]
public function Add(
   c : NameValueCollection
);

Parameters

c
[To be supplied.]

See Also

NameValueCollection Class | NameValueCollection Members | System.Collections Namespace | NameValueCollection.Add Overload List