Const

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.types
  • Platforms: .NET, .NET Standard 2.0, Island


Instance Methods


constructor

 

constructor

 

Const()

 

init()

 

Sub New()

constructor (Const)

 

constructor(value: Const)

 

Const(Const value)

 

init(_ value: Const)

 

Sub New(value As Const)

Parameters:

  • value:

Exported

 

method Exported: bool

 

bool Exported()

 

func Exported() -> bool

 

func Exported() bool

 

Function Exported() As bool

Id

 

method Id: string

 

string Id()

 

func Id() -> string

 

func Id() string

 

Function Id() As string

Name

 

method Name: string

 

string Name()

 

func Name() -> string

 

func Name() string

 

Function Name() As string

Parent

 

// .NET, .NET Standard 2.0
method Parent: Memory<Scope>
// Island
method Parent: Memory<Scope>

 

// .NET, .NET Standard 2.0
Memory<Scope> Parent()
// Island
Memory<Scope> Parent()

 

// .NET, .NET Standard 2.0
func Parent() -> Memory<Scope>
// Island
func Parent() -> Memory<Scope>

 

// .NET, .NET Standard 2.0
func Parent() Memory<Scope>
// Island
func Parent() Memory<Scope>

 

// .NET, .NET Standard 2.0
Function Parent() As Memory<Scope>
// Island
Function Parent() As Memory<Scope>

Pkg

 

// .NET, .NET Standard 2.0
method Pkg: Memory<Package>
// Island
method Pkg: Memory<Package>

 

// .NET, .NET Standard 2.0
Memory<Package> Pkg()
// Island
Memory<Package> Pkg()

 

// .NET, .NET Standard 2.0
func Pkg() -> Memory<Package>
// Island
func Pkg() -> Memory<Package>

 

// .NET, .NET Standard 2.0
func Pkg() Memory<Package>
// Island
func Pkg() Memory<Package>

 

// .NET, .NET Standard 2.0
Function Pkg() As Memory<Package>
// Island
Function Pkg() As Memory<Package>

Pos

 

method Pos: Pos

 

Pos Pos()

 

func Pos() -> Pos

 

func Pos() Pos

 

Function Pos() As Pos

String Island

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string

Type

 

method Type: Type

 

Type Type()

 

func Type() -> Type

 

func Type() Type

 

Function Type() As Type