Tuple<T1>

Overview

Tuple structure that can hold one object.

Location

 

constructor  protected    (declared in ValueType)

 

constructor

 

Tuple<T1>()

 

init()

 

Tuple<T1>()

 

Sub New()

constructor (T1)

 

constructor(aItem1: T1)

 

Tuple<T1>(T1 aItem1)

 

init(_ aItem1: T1)

 

Tuple<T1>(T1 aItem1)

 

Sub New(aItem1 As T1)

Parameters:

  • aItem1:

Equals (Object): Boolean  virtual    (declared in Object)

Default constructor.

 

method Equals(aOther: Object): Boolean

 

Boolean Equals(Object aOther)

 

func Equals(_ aOther: Object) -> Boolean

 

Boolean Equals(Object aOther)

 

Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

Equals (Object): Boolean  override virtual

 

method Equals(arg1: Object): Boolean

 

Boolean Equals(Object arg1)

 

func Equals(_ arg1: Object) -> Boolean

 

Boolean Equals(Object arg1)

 

Function Equals(arg1 As Object) As Boolean

Parameters:

  • arg1:

Finalize  protected virtual    (declared in Object)

 

method Finalize

 

void Finalize()

 

func Finalize()

 

void Finalize()

 

Sub Finalize()

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

Int32 GetHashCode()

 

Function GetHashCode() As Int32

GetType    (declared in Object)

Returns the actual type of this class

 

method GetType: Type

 

Type GetType()

 

func GetType() -> Type

 

Type GetType()

 

Function GetType() As Type

Item1

 

property Item1: T1 read;

 

T1 Item1 { get; }

 

var Item1: T1 { get{} }

 

T1 Item1 { __get; }

 

ReadOnly Property Item1() As T1

ReferenceEquals    (declared in Object)

Compares two references for equivalence (even if they have an equals operator)

 

class method ReferenceEquals(a: Object; b: Object): Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

Parameters:

  • a: left value
  • b: right value

ToString  virtual    (declared in Object)

Gets the string representation of this method.

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String

 

Item1

 

property Item1: T1 read;

 

T1 Item1 { get; }

 

var Item1: T1 { get{} }

 

T1 Item1 { __get; }

 

ReadOnly Property Item1() As T1

 

ReferenceEquals    (declared in Object)

Compares two references for equivalence (even if they have an equals operator)

 

class method ReferenceEquals(a: Object; b: Object): Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

Parameters:

  • a: left value
  • b: right value

 

constructor  protected    (declared in ValueType)

 

constructor

 

Tuple<T1>()

 

init()

 

Tuple<T1>()

 

Sub New()

constructor (T1)

 

constructor(aItem1: T1)

 

Tuple<T1>(T1 aItem1)

 

init(_ aItem1: T1)

 

Tuple<T1>(T1 aItem1)

 

Sub New(aItem1 As T1)

Parameters:

  • aItem1:

Equals (Object): Boolean  virtual    (declared in Object)

Default constructor.

 

method Equals(aOther: Object): Boolean

 

Boolean Equals(Object aOther)

 

func Equals(_ aOther: Object) -> Boolean

 

Boolean Equals(Object aOther)

 

Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

Equals (Object): Boolean  override virtual

 

method Equals(arg1: Object): Boolean

 

Boolean Equals(Object arg1)

 

func Equals(_ arg1: Object) -> Boolean

 

Boolean Equals(Object arg1)

 

Function Equals(arg1 As Object) As Boolean

Parameters:

  • arg1:

Finalize  protected virtual    (declared in Object)

 

method Finalize

 

void Finalize()

 

func Finalize()

 

void Finalize()

 

Sub Finalize()

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

Int32 GetHashCode()

 

Function GetHashCode() As Int32

GetType    (declared in Object)

Returns the actual type of this class

 

method GetType: Type

 

Type GetType()

 

func GetType() -> Type

 

Type GetType()

 

Function GetType() As Type

ToString  virtual    (declared in Object)

Gets the string representation of this method.

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String