- Declared in: RT.Coordinates.Link<T>
Declaration
public T Other(
T one
)
Summary
Given an element in this link, returns the other element.
Parameters
T | one |
One of the elements in this link. |
Exceptions
- System.ArgumentException
The specified element is not part of this link.