Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest > Class Template Reference
Inheritance diagram for UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >:
UniRx.ITuple UniRx.IStructuralComparable UniRx.IStructuralEquatable UniRx.ITuple UniRx.IStructuralComparable UniRx.IStructuralEquatable UniRx.ITuple UniRx.IStructuralComparable UniRx.IStructuralEquatable UniRx.ITuple UniRx.IStructuralComparable UniRx.IStructuralEquatable UniRx.ITuple UniRx.IStructuralComparable UniRx.IStructuralEquatable UniRx.ITuple UniRx.IStructuralComparable UniRx.IStructuralEquatable UniRx.ITuple UniRx.IStructuralComparable UniRx.IStructuralEquatable UniRx.ITuple UniRx.IStructuralComparable UniRx.IStructuralEquatable

Public Member Functions

 Tuple (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, TRest rest)
 
 Tuple (T1 item1)
 
int IComparable. CompareTo (object obj)
 
int IStructuralComparable. CompareTo (object other, IComparer comparer)
 
override bool Equals (object obj)
 
bool IStructuralEquatable. Equals (object other, IEqualityComparer comparer)
 
override int GetHashCode ()
 
int IStructuralEquatable. GetHashCode (IEqualityComparer comparer)
 
string ITuple. ToString ()
 
override string ToString ()
 
bool Equals (Tuple< T1 > other)
 
 Tuple (T1 item1, T2 item2)
 
int IComparable. CompareTo (object obj)
 
int IStructuralComparable. CompareTo (object other, IComparer comparer)
 
override bool Equals (object obj)
 
bool IStructuralEquatable. Equals (object other, IEqualityComparer comparer)
 
override int GetHashCode ()
 
int IStructuralEquatable. GetHashCode (IEqualityComparer comparer)
 
string ITuple. ToString ()
 
override string ToString ()
 
bool Equals (Tuple< T1, T2 > other)
 
 Tuple (T1 item1, T2 item2, T3 item3)
 
int IComparable. CompareTo (object obj)
 
int IStructuralComparable. CompareTo (object other, IComparer comparer)
 
override bool Equals (object obj)
 
bool IStructuralEquatable. Equals (object other, IEqualityComparer comparer)
 
override int GetHashCode ()
 
int IStructuralEquatable. GetHashCode (IEqualityComparer comparer)
 
string ITuple. ToString ()
 
override string ToString ()
 
bool Equals (Tuple< T1, T2, T3 > other)
 
 Tuple (T1 item1, T2 item2, T3 item3, T4 item4)
 
int IComparable. CompareTo (object obj)
 
int IStructuralComparable. CompareTo (object other, IComparer comparer)
 
override bool Equals (object obj)
 
bool IStructuralEquatable. Equals (object other, IEqualityComparer comparer)
 
override int GetHashCode ()
 
int IStructuralEquatable. GetHashCode (IEqualityComparer comparer)
 
string ITuple. ToString ()
 
override string ToString ()
 
bool Equals (Tuple< T1, T2, T3, T4 > other)
 
 Tuple (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5)
 
int IComparable. CompareTo (object obj)
 
int IStructuralComparable. CompareTo (object other, IComparer comparer)
 
override bool Equals (object obj)
 
bool IStructuralEquatable. Equals (object other, IEqualityComparer comparer)
 
override int GetHashCode ()
 
int IStructuralEquatable. GetHashCode (IEqualityComparer comparer)
 
string ITuple. ToString ()
 
override string ToString ()
 
bool Equals (Tuple< T1, T2, T3, T4, T5 > other)
 
 Tuple (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6)
 
int IComparable. CompareTo (object obj)
 
int IStructuralComparable. CompareTo (object other, IComparer comparer)
 
override bool Equals (object obj)
 
bool IStructuralEquatable. Equals (object other, IEqualityComparer comparer)
 
override int GetHashCode ()
 
int IStructuralEquatable. GetHashCode (IEqualityComparer comparer)
 
string ITuple. ToString ()
 
override string ToString ()
 
bool Equals (Tuple< T1, T2, T3, T4, T5, T6 > other)
 
 Tuple (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7)
 
int IComparable. CompareTo (object obj)
 
int IStructuralComparable. CompareTo (object other, IComparer comparer)
 
override bool Equals (object obj)
 
bool IStructuralEquatable. Equals (object other, IEqualityComparer comparer)
 
override int GetHashCode ()
 
int IStructuralEquatable. GetHashCode (IEqualityComparer comparer)
 
string ITuple. ToString ()
 
override string ToString ()
 
bool Equals (Tuple< T1, T2, T3, T4, T5, T6, T7 > other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 
bool Equals (Tuple< T1, T2, T3, T4, T5, T6, T7, TRest > other)
 
bool Equals (object other, IEqualityComparer comparer)
 
int GetHashCode (IEqualityComparer comparer)
 
int CompareTo (object other, IComparer comparer)
 
string ToString ()
 

Static Public Member Functions

static Tuple< T1, T2, T3, T4, T5, T6, T7, Tuple< T8 > > Create< T1, T2, T3, T4, T5, T6, T7, T8 > (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, T8 item8)
 
static Tuple< T1, T2, T3, T4, T5, T6, T7 > Create< T1, T2, T3, T4, T5, T6, T7 > (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7)
 
static Tuple< T1, T2, T3, T4, T5, T6 > Create< T1, T2, T3, T4, T5, T6 > (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6)
 
static Tuple< T1, T2, T3, T4, T5 > Create< T1, T2, T3, T4, T5 > (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5)
 
static Tuple< T1, T2, T3, T4 > Create< T1, T2, T3, T4 > (T1 item1, T2 item2, T3 item3, T4 item4)
 
static Tuple< T1, T2, T3 > Create< T1, T2, T3 > (T1 item1, T2 item2, T3 item3)
 
static Tuple< T1, T2 > Create< T1, T2 > (T1 item1, T2 item2)
 
static Tuple< T1 > Create< T1 > (T1 item1)
 

Public Attributes

T1 item1
 
T2 item2
 
T3 item3
 
T4 item4
 
T5 item5
 
T6 item6
 
T7 item7
 

Properties

T1 Item1 [get]
 
T2 Item2 [get]
 
T3 Item3 [get]
 
T4 Item4 [get]
 
T5 Item5 [get]
 
T6 Item6 [get]
 
T7 Item7 [get]
 
TRest Rest [get]
 

Member Function Documentation

◆ CompareTo() [1/7]

int IStructuralComparable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo ( object  other,
IComparer  comparer 
)

◆ CompareTo() [2/7]

int IStructuralComparable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo ( object  other,
IComparer  comparer 
)

◆ CompareTo() [3/7]

int IStructuralComparable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo ( object  other,
IComparer  comparer 
)

◆ CompareTo() [4/7]

int IStructuralComparable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo ( object  other,
IComparer  comparer 
)

◆ CompareTo() [5/7]

int IStructuralComparable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo ( object  other,
IComparer  comparer 
)

◆ CompareTo() [6/7]

int IStructuralComparable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo ( object  other,
IComparer  comparer 
)

◆ CompareTo() [7/7]

int IStructuralComparable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo ( object  other,
IComparer  comparer 
)

◆ Equals() [1/7]

bool IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Equals ( object  other,
IEqualityComparer  comparer 
)

◆ Equals() [2/7]

bool IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Equals ( object  other,
IEqualityComparer  comparer 
)

◆ Equals() [3/7]

bool IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Equals ( object  other,
IEqualityComparer  comparer 
)

◆ Equals() [4/7]

bool IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Equals ( object  other,
IEqualityComparer  comparer 
)

◆ Equals() [5/7]

bool IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Equals ( object  other,
IEqualityComparer  comparer 
)

◆ Equals() [6/7]

bool IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Equals ( object  other,
IEqualityComparer  comparer 
)

◆ Equals() [7/7]

bool IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Equals ( object  other,
IEqualityComparer  comparer 
)

◆ GetHashCode() [1/7]

int IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.GetHashCode ( IEqualityComparer  comparer)

◆ GetHashCode() [2/7]

int IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.GetHashCode ( IEqualityComparer  comparer)

◆ GetHashCode() [3/7]

int IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.GetHashCode ( IEqualityComparer  comparer)

◆ GetHashCode() [4/7]

int IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.GetHashCode ( IEqualityComparer  comparer)

◆ GetHashCode() [5/7]

int IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.GetHashCode ( IEqualityComparer  comparer)

◆ GetHashCode() [6/7]

int IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.GetHashCode ( IEqualityComparer  comparer)

◆ GetHashCode() [7/7]

int IStructuralEquatable. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.GetHashCode ( IEqualityComparer  comparer)

◆ ToString() [1/15]

string ITuple. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString ( )

Implements UniRx.ITuple.

◆ ToString() [2/15]

override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString ( )

Implements UniRx.ITuple.

◆ ToString() [3/15]

string ITuple. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString ( )

Implements UniRx.ITuple.

◆ ToString() [4/15]

override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString ( )

Implements UniRx.ITuple.

◆ ToString() [5/15]

string ITuple. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString ( )

Implements UniRx.ITuple.

◆ ToString() [6/15]

override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString ( )

Implements UniRx.ITuple.

◆ ToString() [7/15]

string ITuple. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString ( )

Implements UniRx.ITuple.

◆ ToString() [8/15]

override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString ( )

Implements UniRx.ITuple.

◆ ToString() [9/15]

string ITuple. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString ( )

Implements UniRx.ITuple.

◆ ToString() [10/15]

override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString ( )

Implements UniRx.ITuple.

◆ ToString() [11/15]

string ITuple. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString ( )

Implements UniRx.ITuple.

◆ ToString() [12/15]

override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString ( )

Implements UniRx.ITuple.

◆ ToString() [13/15]

string ITuple. UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString ( )

Implements UniRx.ITuple.

◆ ToString() [14/15]

override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString ( )

Implements UniRx.ITuple.

◆ ToString() [15/15]

override string UniRx.Tuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToString ( )

Implements UniRx.ITuple.


The documentation for this class was generated from the following file: