AResource

Overview

Location


Fields


A

 

var A: array of byte;

 

byte[] A

 

var A: byte...

 

A array of byte

 

FIELD A() As byte()

Instance Methods


constructor

 

constructor

 

AResource()

 

init()

 

Sub New()

constructor (array of Byte)

 

// .NET, .NET Standard 2.0
constructor(aA: array of Byte)
// Island
constructor(aA: array of byte)

 

// .NET, .NET Standard 2.0
AResource(Byte[] aA)
// Island
AResource(byte[] aA)

 

// .NET, .NET Standard 2.0
init(_ aA: Byte...)
// Island
init(_ aA: byte...)

 

// .NET, .NET Standard 2.0
Sub New(aA As Byte())
// Island
Sub New(aA As byte())

Parameters:

  • aA:

constructor (AResource)

 

constructor(value: AResource)

 

AResource(AResource value)

 

init(_ value: AResource)

 

Sub New(value As AResource)

Parameters:

  • value:

GoString Island

 

method GoString: string

 

string GoString()

 

func GoString() -> string

 

func GoString() string

 

Function GoString() As string