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 Constructor (NameValueCollection)

[To be supplied.]

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

Parameters

col
[To be supplied.]

See Also

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