![]() |
Kerbal Space Program
1.12.4
|
Struct representing a sequence of one element, aka: a singleton. More...
Public Member Functions | |
| int | CompareTo (Tuple< T1 > other) |
| override bool | Equals (object o) |
| bool | Equals (Tuple< T1 > t) |
| override int | GetHashCode () |
| override string | ToString () |
| Tuple (T1 Item1) | |
Static Public Member Functions | |
| static bool | operator!= (Tuple< T1 > lhs, Tuple< T1 > rhs) |
| static bool | operator< (Tuple< T1 > lhs, Tuple< T1 > rhs) |
| static bool | operator<= (Tuple< T1 > lhs, Tuple< T1 > rhs) |
| static bool | operator== (Tuple< T1 > lhs, Tuple< T1 > rhs) |
| static bool | operator> (Tuple< T1 > lhs, Tuple< T1 > rhs) |
| static bool | operator>= (Tuple< T1 > lhs, Tuple< T1 > rhs) |
Public Attributes | |
| readonly T1 | Item1 |
Struct representing a sequence of one element, aka: a singleton.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
| readonly T1 Smooth.Algebraics.Tuple< T1 >.Item1 |
1.8.7