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)
Parameters:
- aInterface:
- aMethods:
- aIncomplete:
constructor (InterfaceType)
constructor(value: InterfaceType)
InterfaceType(InterfaceType value)
init(_ value: InterfaceType)
Sub New(value As InterfaceType)
Parameters:
- value:
End Island
Incomplete
var Incomplete: bool;
bool Incomplete
var Incomplete: bool
Incomplete bool
FIELD Incomplete() As bool
Interface
Methods
Pos Island
Incomplete
var Incomplete: bool;
bool Incomplete
var Incomplete: bool
Incomplete bool
FIELD Incomplete() As bool
Interface
Methods
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)
Parameters:
- aInterface:
- aMethods:
- aIncomplete:
constructor (InterfaceType)
constructor(value: InterfaceType)
InterfaceType(InterfaceType value)
init(_ value: InterfaceType)
Sub New(value As InterfaceType)
Parameters:
- value:
End Island
Pos Island