Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Link<T>(T, T)

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

Declaration

public Link<T>(
    T elem1,
    T elem2
)

Summary

Constructor.

Parameters

Telem1 One of the two elements.
Telem2 One of the two elements.