Selection
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.types
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
constructor
Selection()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(akind: SelectionKind; arecv: Type; aobj: Object; aindex: Slice<Int64>; aindirect: Boolean)
// Island
constructor(akind: SelectionKind; arecv: Type; aobj: Object; aindex: Slice<Int64>; aindirect: bool)
// .NET, .NET Standard 2.0
Selection(SelectionKind akind, Type arecv, Object aobj, Slice<Int64> aindex, Boolean aindirect)
// Island
Selection(SelectionKind akind, Type arecv, Object aobj, Slice<Int64> aindex, bool aindirect)
Parameters:
- akind:
- arecv:
- aobj:
- aindex:
- aindirect:
constructor (Selection)
constructor(value: Selection)
Selection(Selection value)
init(_ value: Selection)
Sub New(value As Selection)
Parameters:
- value: