Interface

Overview

Location

Required Methods


Pop

 

method Pop: Object

 

Object Pop()

 

func Pop() -> Object

 

func Pop() interface{}

 

Function Pop() As Object

Push

 

method Push(x: Object)

 

void Push(Object x)

 

func Push(_ x: Object)

 

// .NET, .NET Standard 2.0
func Push(x interface{}) 
// Island
func Push(x interface{}) void

 

Sub Push(x As Object)

Parameters:

  • x: