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)
Parameters:
- value:
Key
Next
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