Click or drag to resize

Edges_Enumerator Class

enumerator over edges in match
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspEdges_Enumerator

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

The Edges_Enumerator type exposes the following members.

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