ValueCollection Constructor
The ValueCollection constructor creates an instance of the ValueCollection class.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As New ValueCollection
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected Sub New
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected ValueCollection ()
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
protected:
ValueCollection ()
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */
protected ValueCollection ()
EditorBrowsableAttribute(EditorBrowsableState.Never)
protected function ValueCollection ()
Remarks
The default constructor initializes any fields to their default values.
Platforms
Target Platforms
See Also
Reference
ValueCollection Class
ValueCollection Members
Microsoft.MetadirectoryServices Namespace