GoLayoutGenericNetwork.Enumerator<N,L,Y,T> Structure Members
In This Topic
The following tables list the members exposed by GoLayoutGenericNetwork.Enumerator<N,L,Y,T>.
Public Properties
| Name | Description |
 | Current |
Gets the current node in the collection of links.
|
Top
Public Methods
| Name | Description |
 | Dispose |
No resources to cleanup.
|
 | GetEnumerator |
Gets an enumerator for iterating over the Links
|
 | MoveNext |
Advance the enumerator to the next Link.
|
 | Reset |
Reset the enumerator to its original position.
|
Top
See Also