Class Tuple
Inherited Members
Namespace: Net3_Proxy
Assembly: Net3-Proxy.dll
Syntax
public static class Tuple
Methods
| Improve this Doc View SourceCreate<T1, T2>(T1, T2)
Declaration
public static Tuple<T1, T2> Create<T1, T2>(T1 i1, T2 i2)
Parameters
Type | Name | Description |
---|---|---|
T1 | i1 | |
T2 | i2 |
Returns
Type | Description |
---|---|
Tuple<T1, T2> |
Type Parameters
Name | Description |
---|---|
T1 | |
T2 |