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
enumerator
Type: System.Collections.IEnumeratorAn instance of an IEnumerator type that is used to initialize the new IdentifierEnumerator.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace