Global

Location

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

Methods


New

 

// .NET, .NET Standard 2.0
class method New: Memory<List>
// Island
class method New: Memory<List>

 

// .NET, .NET Standard 2.0
static Memory<List> New()
// Island
static Memory<List> New()

 

// .NET, .NET Standard 2.0
static func New() -> Memory<List>
// Island
static func New() -> Memory<List>

 

// .NET, .NET Standard 2.0
func New() Memory<List>
// Island
func New() Memory<List>

 

// .NET, .NET Standard 2.0
Shared Function New() As Memory<List>
// Island
Shared Function New() As Memory<List>