Click or drag to resize

Nodes_Enumerator Class

enumerator over nodes in match
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspNodes_Enumerator

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public class Nodes_Enumerator : IEnumerator<INode>, 
	IDisposable, IEnumerator

The Nodes_Enumerator type exposes the following members.

Constructors
  NameDescription
Public methodNodes_Enumerator
Initializes a new instance of the Nodes_Enumerator class
Top
Properties
  NameDescription
Public propertyCurrent
Top
Methods
  NameDescription
Public methodDispose
Public methodMoveNext
Public methodReset
Top
See Also