The ValueCollection constructor creates an instance of the ValueCollection class.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As New ValueCollection

Syntax

Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected Sub New
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
protected ValueCollection ()
C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
protected:
ValueCollection ()
J#
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
protected ValueCollection ()
JScript
EditorBrowsableAttribute(EditorBrowsableState.Never) 
protected function ValueCollection ()

Remarks

The default constructor initializes any fields to their default values.

Platforms

Target Platforms

See Also