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)

 

// .NET, .NET Standard 2.0
init(_ akind: SelectionKind, _ arecv: Type, _ aobj: Object, _ aindex: Slice<Int64>, _ aindirect: Boolean)
// Island
init(_ akind: SelectionKind, _ arecv: Type, _ aobj: Object, _ aindex: Slice<Int64>, _ aindirect: bool)

 

// .NET, .NET Standard 2.0
Sub New(akind As SelectionKind, arecv As Type, aobj As Object, aindex As Slice<Int64>, aindirect As Boolean)
// Island
Sub New(akind As SelectionKind, arecv As Type, aobj As Object, aindex As Slice<Int64>, aindirect As bool)

Parameters:

  • akind:
  • arecv:
  • aobj:
  • aindex:
  • aindirect:

constructor (Selection)

 

constructor(value: Selection)

 

Selection(Selection value)

 

init(_ value: Selection)

 

Sub New(value As Selection)

Parameters:

  • value: