Tuple1<T1>
Overview
Location
- Reference: cooper.jar
- Namespace: RemObjects.Elements.System
Properties
Item1
property Item1: T1 read;
T1 Item1 { get; }
var Item1: T1 { get{} }
T1 Item1 { __get; }
ReadOnly Property Item1() As T1
Instance Methods
constructor
constructor(aItem1: T1)
Tuple1<T1>(T1 aItem1)
init(_ aItem1: T1)
Tuple1<T1>(T1 aItem1)
Sub New(aItem1 As T1)
Parameters:
- aItem1:
equals
Parameters:
- arg1:
hashCode
method hashCode: Integer
Integer hashCode()
func hashCode() -> Integer
Integer hashCode()
Function hashCode() As Integer