Scope

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

 

Scope()

 

init()

 

Sub New()

 

// .NET, .NET Standard 2.0
constructor(aparent: Memory<Scope>; achildren: Slice<Memory<Scope>>; aelems: Map<string, Object>; apos: Pos; aend: Pos; acomment: string; aisFunc: Boolean)
// Island
constructor(aparent: Memory<Scope>; achildren: Slice<Memory<Scope>>; aelems: Map<string, Object>; apos: Pos; aend: Pos; acomment: string; aisFunc: bool)

 

// .NET, .NET Standard 2.0
Scope(Memory<Scope> aparent, Slice<Memory<Scope>> achildren, Map<string, Object> aelems, Pos apos, Pos aend, string acomment, Boolean aisFunc)
// Island
Scope(Memory<Scope> aparent, Slice<Memory<Scope>> achildren, Map<string, Object> aelems, Pos apos, Pos aend, string acomment, bool aisFunc)

 

// .NET, .NET Standard 2.0
init(_ aparent: Memory<Scope>, _ achildren: Slice<Memory<Scope>>, _ aelems: Map<string, Object>, _ apos: Pos, _ aend: Pos, _ acomment: string, _ aisFunc: Boolean)
// Island
init(_ aparent: Memory<Scope>, _ achildren: Slice<Memory<Scope>>, _ aelems: Map<string, Object>, _ apos: Pos, _ aend: Pos, _ acomment: string, _ aisFunc: bool)

 

// .NET, .NET Standard 2.0
Sub New(aparent As Memory<Scope>, achildren As Slice<Memory<Scope>>, aelems As Map<string, Object>, apos As Pos, aend As Pos, acomment As string, aisFunc As Boolean)
// Island
Sub New(aparent As Memory<Scope>, achildren As Slice<Memory<Scope>>, aelems As Map<string, Object>, apos As Pos, aend As Pos, acomment As string, aisFunc As bool)

Parameters:

  • aparent:
  • achildren:
  • aelems:
  • apos:
  • aend:
  • acomment:
  • aisFunc:

constructor (Scope)

 

constructor(value: Scope)

 

Scope(Scope value)

 

init(_ value: Scope)

 

Sub New(value As Scope)

Parameters:

  • value: