GoPortFilteredLinkEnumerator Structure Members
In This Topic
The following tables list the members exposed by GoPortFilteredLinkEnumerator.
Public Properties
| Name | Description |
| Current |
Gets the current port in the collection of links connected at this port.
|
| First | Gets the first IGoLink, or null if there are no links connected to this port. |
| Last | Gets the last IGoLink, or null if there are no links connected to this port. |
Top
Public Methods
| Name | Description |
| Dispose |
There are no resources to clean up.
|
| GetEnumerator |
Gets an enumerator for iterating over the IGoLinks connected to this port.
|
| MoveNext |
Advance the enumerator to the next IGoLink.
|
| Reset |
Reset the enumerator to its original position.
|
Top
See Also