Interface
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.container.heap
- Platforms: .NET, .NET Standard 2.0, Island
- Ancestry: Interface | Interface
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: