Frames

Overview

Location

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

Instance Methods


constructor

 

constructor

 

Frames()

 

init()

 

Sub New()

constructor (Frames)

 

constructor(value: Frames)

 

Frames(Frames value)

 

init(_ value: Frames)

 

Sub New(value As Frames)

Parameters:

  • value:

 

method Next: tuple of (Frame, Boolean)

 

(Frame, Boolean) Next()

 

func Next() -> (Frame, Boolean)

 

func Next() tuple of (Frame, Boolean)

 

Function Next() As Tuple (Of Frame, Boolean)