MethodSet

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.types
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:
    • ValueType | MethodSet  .NET, .NET Standard 2.0

 

constructor

 

constructor

 

MethodSet()

 

init()

 

Sub New()

constructor (Slice<Memory<Selection>>) Island

 

constructor(alist: Slice<Memory<Selection>>)

 

MethodSet(Slice<Memory<Selection>> alist)

 

init(_ alist: Slice<Memory<Selection>>)

 

Sub New(alist As Slice<Memory<Selection>>)

Parameters:

  • alist:

constructor (Map<string, Memory<Selection>>) .NET, .NET Standard 2.0

 

constructor(aValue: Map<string, Memory<Selection>>)

 

MethodSet(Map<string, Memory<Selection>> aValue)

 

init(_ aValue: Map<string, Memory<Selection>>)

 

Sub New(aValue As Map<string, Memory<Selection>>)

Parameters:

  • aValue:

constructor (MethodSet) Island

 

constructor(value: MethodSet)

 

MethodSet(MethodSet value)

 

init(_ value: MethodSet)

 

Sub New(value As MethodSet)

Parameters:

  • value:

At Island

 

method At(i: int): Memory<Selection>

 

Memory<Selection> At(int i)

 

func At(_ i: int) -> Memory<Selection>

 

func At(i int) Memory<Selection>

 

Function At(i As int) As Memory<Selection>

Parameters:

  • i:

Equals .NET, .NET Standard 2.0

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode .NET, .NET Standard 2.0

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32

Len Island

 

method Len: int

 

int Len()

 

func Len() -> int

 

func Len() int

 

Function Len() As int

Lookup Island

 

method Lookup(pkg: Memory<Package>; name: string): Memory<Selection>

 

Memory<Selection> Lookup(Memory<Package> pkg, string name)

 

func Lookup(_ pkg: Memory<Package>, _ name: string) -> Memory<Selection>

 

func Lookup(pkg Memory<Package>, name string) Memory<Selection>

 

Function Lookup(pkg As Memory<Package>, name As string) As Memory<Selection>

Parameters:

  • pkg:
  • name:

String Island

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string

Value .NET, .NET Standard 2.0

 

var Value: Map<string, Memory<Selection>>;

 

Map<string, Memory<Selection>> Value

 

var Value: Map<string, Memory<Selection>>

 

Value Map<string, Memory<Selection>>

 

FIELD Value() As Map<string, Memory<Selection>>

 

Value .NET, .NET Standard 2.0

 

var Value: Map<string, Memory<Selection>>;

 

Map<string, Memory<Selection>> Value

 

var Value: Map<string, Memory<Selection>>

 

Value Map<string, Memory<Selection>>

 

FIELD Value() As Map<string, Memory<Selection>>

 

constructor

 

constructor

 

MethodSet()

 

init()

 

Sub New()

constructor (Slice<Memory<Selection>>) Island

 

constructor(alist: Slice<Memory<Selection>>)

 

MethodSet(Slice<Memory<Selection>> alist)

 

init(_ alist: Slice<Memory<Selection>>)

 

Sub New(alist As Slice<Memory<Selection>>)

Parameters:

  • alist:

constructor (Map<string, Memory<Selection>>) .NET, .NET Standard 2.0

 

constructor(aValue: Map<string, Memory<Selection>>)

 

MethodSet(Map<string, Memory<Selection>> aValue)

 

init(_ aValue: Map<string, Memory<Selection>>)

 

Sub New(aValue As Map<string, Memory<Selection>>)

Parameters:

  • aValue:

constructor (MethodSet) Island

 

constructor(value: MethodSet)

 

MethodSet(MethodSet value)

 

init(_ value: MethodSet)

 

Sub New(value As MethodSet)

Parameters:

  • value:

Equals .NET, .NET Standard 2.0

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode .NET, .NET Standard 2.0

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32