Overview

Location

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

constructor


// .NET, .NET Standard 2.0
constructor(aInterface: Pos; aMethods: Memory<FieldList>; aIncomplete: Boolean)
// Island
constructor(aInterface: Pos; aMethods: Memory<FieldList>; aIncomplete: bool)
// .NET, .NET Standard 2.0
InterfaceType(Pos aInterface, Memory<FieldList> aMethods, Boolean aIncomplete)
// Island
InterfaceType(Pos aInterface, Memory<FieldList> aMethods, bool aIncomplete)
// .NET, .NET Standard 2.0
init(_ aInterface: Pos, _ aMethods: Memory<FieldList>, _ aIncomplete: Boolean)
// Island
init(_ aInterface: Pos, _ aMethods: Memory<FieldList>, _ aIncomplete: bool)
// .NET, .NET Standard 2.0
Sub New(aInterface As Pos, aMethods As Memory<FieldList>, aIncomplete As Boolean)
// Island
Sub New(aInterface As Pos, aMethods As Memory<FieldList>, aIncomplete As bool)

Parameters:

  • aInterface:
  • aMethods:
  • aIncomplete:

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

Parameters:

  • value:

End Island


Incomplete

FIELD Incomplete() As bool

Interface


Methods

var Methods: Memory<FieldList>;
Memory<FieldList> Methods
var Methods: Memory<FieldList>
Methods Memory<FieldList>
FIELD Methods() As Memory<FieldList>

Pos Island

Incomplete

FIELD Incomplete() As bool

Interface


Methods

var Methods: Memory<FieldList>;
Memory<FieldList> Methods
var Methods: Memory<FieldList>
Methods Memory<FieldList>
FIELD Methods() As Memory<FieldList>

constructor


// .NET, .NET Standard 2.0
constructor(aInterface: Pos; aMethods: Memory<FieldList>; aIncomplete: Boolean)
// Island
constructor(aInterface: Pos; aMethods: Memory<FieldList>; aIncomplete: bool)
// .NET, .NET Standard 2.0
InterfaceType(Pos aInterface, Memory<FieldList> aMethods, Boolean aIncomplete)
// Island
InterfaceType(Pos aInterface, Memory<FieldList> aMethods, bool aIncomplete)
// .NET, .NET Standard 2.0
init(_ aInterface: Pos, _ aMethods: Memory<FieldList>, _ aIncomplete: Boolean)
// Island
init(_ aInterface: Pos, _ aMethods: Memory<FieldList>, _ aIncomplete: bool)
// .NET, .NET Standard 2.0
Sub New(aInterface As Pos, aMethods As Memory<FieldList>, aIncomplete As Boolean)
// Island
Sub New(aInterface As Pos, aMethods As Memory<FieldList>, aIncomplete As bool)

Parameters:

  • aInterface:
  • aMethods:
  • aIncomplete:

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

Parameters:

  • value:

End Island


Pos Island