Class PortListEnum<T>
Class PortListEnum. Implements the IEnumerator<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class PortListEnum<T> : IEnumerator<T>, IDisposable, IEnumerator
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Name | Description |
|---|---|
| PortListEnum(PortList<T>) | Initializes a new instance of the PortListEnum<T> class. |
Fields
| Name | Description |
|---|---|
| internalLst | The internal list. |
Properties
| Name | Description |
|---|---|
| Current | Gets the current value. |
Methods
| Name | Description |
|---|---|
| Dispose() | Disposes this instance. |
| MoveNext() | Moves to next. |
| Reset() | Resets this instance. |
See Also
IEnumerator<T>