MapIter

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.reflect
  • Platforms: .NET, .NET Standard 2.0, Island

Instance Methods


constructor

 

constructor

 

MapIter()

 

init()

 

Sub New()

constructor (PlatformEnumerator)

 

constructor(aEnum: PlatformEnumerator)

 

MapIter(PlatformEnumerator aEnum)

 

init(_ aEnum: PlatformEnumerator)

 

Sub New(aEnum As PlatformEnumerator)

Parameters:

  • aEnum:

constructor (MapIter)

 

constructor(value: MapIter)

 

MapIter(MapIter value)

 

init(_ value: MapIter)

 

Sub New(value As MapIter)

Parameters:

  • value:

Key

 

method Key: Value

 

Value Key()

 

func Key() -> Value

 

func Key() Value

 

Function Key() As Value

 

method Next: Boolean

 

Boolean Next()

 

func Next() -> Boolean

 

func Next() Boolean

 

Function Next() As Boolean

Value

 

method Value: Value

 

Value Value()

 

func Value() -> Value

 

func Value() Value

 

Function Value() As Value