Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Nested struct: RT.Coordinates.Link<T>.LinkEnumerator

Summary

Iterates the two elements in a Link<T>.

Constructors

Constructor.

Instance methods

void
  • Implements: IDisposable.Dispose()
Refer to the documentation for IDisposable.Dispose.
bool
  • Implements: IEnumerator.MoveNext()
Refer to the documentation for IEnumerator.MoveNext.
void
  • Implements: IEnumerator.Reset()
Refer to the documentation for IEnumerator.Reset.

Instance properties

T
  • Implements: IEnumerator<T>.Current
Refer to the documentation for IEnumerator<T>.Current.