List

Overview

Location

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

Instance Methods


constructor

 

constructor

 

List()

 

init()

 

Sub New()

constructor (Element, Int64)

 

// .NET, .NET Standard 2.0
constructor(aroot: Element; alen: Int64)
// Island
constructor(aroot: Element; alen: int)

 

// .NET, .NET Standard 2.0
List(Element aroot, Int64 alen)
// Island
List(Element aroot, int alen)

 

// .NET, .NET Standard 2.0
init(_ aroot: Element, _ alen: Int64)
// Island
init(_ aroot: Element, _ alen: int)

 

// .NET, .NET Standard 2.0
Sub New(aroot As Element, alen As Int64)
// Island
Sub New(aroot As Element, alen As int)

Parameters:

  • aroot:
  • alen:

constructor (List)

 

constructor(value: List)

 

List(List value)

 

init(_ value: List)

 

Sub New(value As List)

Parameters:

  • value: