[This is preliminary documentation and is subject to change.]
Author:
Đonny
Type tha contains value of two distinct types
Namespace: Tools.DataStructuresT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public interface IPair<T1, T2> : ICloneable<IPair<T1, T2>>
|
| Visual Basic |
|---|
Public Interface IPair(Of T1, T2) _
Inherits ICloneable(Of IPair(Of T1, T2)) |
| Visual C++ |
|---|
generic<typename T1, typename T2>
public interface class IPair : ICloneable<IPair<T1, T2>^> |
| F# |
|---|
type IPair<'T1, 'T2> =
interface
interface ICloneable<IPair<'T1, 'T2>>
end |
| JScript |
|---|
JScript does not support generic types or methods. |
Type Parameters
- T1
- Type of first value
- T2
- Type of second value
See Also
Version History