Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: T Other(T)

  • Declared in: RT.Coordinates.Link<T>

Declaration

public T Other(
    T one
)

Summary

Given an element in this link, returns the other element.

Parameters

Tone One of the elements in this link.

Exceptions

  • System.ArgumentException
    The specified element is not part of this link.