Class Tuple<T1, T2>
Inheritance
Tuple<T1, T2>
Assembly: Net3-Proxy.dll
Syntax
[Serializable]
public class Tuple<T1, T2> : IComparable
Type Parameters
Constructors
|
Improve this Doc
View Source
Tuple(T1, T2)
Declaration
public Tuple(T1 item1, T2 item2)
Parameters
Type |
Name |
Description |
T1 |
item1 |
|
T2 |
item2 |
|
Properties
|
Improve this Doc
View Source
Item1
Declaration
Property Value
|
Improve this Doc
View Source
Item2
Declaration
Property Value
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
IComparable.CompareTo(Object)
Declaration
int IComparable.CompareTo(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Implements
Extension Methods