InterfaceType
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.ast
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
InterfaceType()
init()
Sub New()
// .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 (InterfaceType)
constructor(value: InterfaceType)
InterfaceType(InterfaceType value)
init(_ value: InterfaceType)
Sub New(value As InterfaceType)
Parameters:
- value:
End Island
method End: Pos
Pos End()
func End() -> Pos
func End() Pos
Function End() As Pos
Incomplete
var Incomplete: bool;
bool Incomplete
var Incomplete: bool
Incomplete bool
FIELD Incomplete() As bool
Interface
var Interface: Pos;
Pos Interface
var Interface: Pos
Interface Pos
FIELD Interface() As Pos
Methods
var Methods: Memory<FieldList>;
Memory<FieldList> Methods
var Methods: Memory<FieldList>
Methods Memory<FieldList>
FIELD Methods() As Memory<FieldList>
Pos Island
method Pos: Pos
Pos Pos()
func Pos() -> Pos
func Pos() Pos
Function Pos() As Pos
Incomplete
var Incomplete: bool;
bool Incomplete
var Incomplete: bool
Incomplete bool
FIELD Incomplete() As bool
Interface
var Interface: Pos;
Pos Interface
var Interface: Pos
Interface Pos
FIELD Interface() As Pos
Methods
var Methods: Memory<FieldList>;
Memory<FieldList> Methods
var Methods: Memory<FieldList>
Methods Memory<FieldList>
FIELD Methods() As Memory<FieldList>
constructor
constructor
InterfaceType()
init()
Sub New()
// .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 (InterfaceType)
constructor(value: InterfaceType)
InterfaceType(InterfaceType value)
init(_ value: InterfaceType)
Sub New(value As InterfaceType)
Parameters:
- value:
End Island
method End: Pos
Pos End()
func End() -> Pos
func End() Pos
Function End() As Pos
Pos Island
method Pos: Pos
Pos Pos()
func Pos() -> Pos
func Pos() Pos
Function Pos() As Pos