PTRResource

Fields


PTR

var PTR: Name;
Name PTR
var PTR: Name
PTR Name
FIELD PTR() As Name

Instance Methods


constructor

constructor
PTRResource()
init()
Sub New()

constructor (Name)

constructor(aPTR: Name)
PTRResource(Name aPTR)
init(_ aPTR: Name)
Sub New(aPTR As Name)

Parameters:

  • aPTR:

constructor (PTRResource)

constructor(value: PTRResource)
PTRResource(PTRResource value)
init(_ value: PTRResource)
Sub New(value As PTRResource)

Parameters:

  • value:

GoString Island

method GoString: string
string GoString()
func GoString() -> string
func GoString() string
Function GoString() As string