Class

Overview

Location

Fields


Value

 

var Value: uint;

 

uint Value

 

var Value: uint

 

Value uint

 

FIELD Value() As uint

Instance Methods


constructor

 

constructor

 

Class()

 

init()

 

Sub New()

constructor (UInt64)

 

// .NET, .NET Standard 2.0
constructor(aValue: UInt64)
// Island
constructor(aValue: uint)

 

// .NET, .NET Standard 2.0
Class(UInt64 aValue)
// Island
Class(uint aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: UInt64)
// Island
init(_ aValue: uint)

 

// .NET, .NET Standard 2.0
Sub New(aValue As UInt64)
// Island
Sub New(aValue As uint)

Parameters:

  • aValue:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32