IdentifierEnumerator Constructor

Initializes a new instance of the IdentifierEnumerator class.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Public Sub New ( _
    enumerator As IEnumerator _
)
'Usage
Dim enumerator As IEnumerator 

Dim instance As New IdentifierEnumerator(enumerator)
public IdentifierEnumerator(
    IEnumerator enumerator
)
public:
IdentifierEnumerator(
    IEnumerator^ enumerator
)
public function IdentifierEnumerator(
    enumerator : IEnumerator
)

Parameters

.NET Framework Security

See Also

Reference

IdentifierEnumerator Class

IdentifierEnumerator Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace