Ring
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.container.ring
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Ring()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(anext: Memory<Ring>; aprev: Memory<Ring>; aValue: Object)
// Island
constructor(anext: Memory<Ring>; aprev: Memory<Ring>; aValue: Object)
// .NET, .NET Standard 2.0
Ring(Memory<Ring> anext, Memory<Ring> aprev, Object aValue)
// Island
Ring(Memory<Ring> anext, Memory<Ring> aprev, Object aValue)
Parameters:
- anext:
- aprev:
- aValue:
constructor (Ring)
Parameters:
- value:
Do
// .NET, .NET Standard 2.0
method Do(f: Action<System.Object>)
// Island
method Do(f: Action<RemObjects.Elements.System.Object>)
// .NET, .NET Standard 2.0
void Do(Action<System.Object> f)
// Island
void Do(Action<RemObjects.Elements.System.Object> f)
// .NET, .NET Standard 2.0
func Do(_ f: Action<System.Object>)
// Island
func Do(_ f: Action<RemObjects.Elements.System.Object>)
// .NET, .NET Standard 2.0
func Do(f Action<System.Object>)
// Island
func Do(f Action<RemObjects.Elements.System.Object>) void
// .NET, .NET Standard 2.0
Sub Do(f As Action<System.Object>)
// Island
Sub Do(f As Action<RemObjects.Elements.System.Object>)
Parameters:
- f:
Len
Link
// .NET, .NET Standard 2.0
method Link(s: Memory<Ring>): Memory<Ring>
// Island
method Link(s: Memory<Ring>): Memory<Ring>
// .NET, .NET Standard 2.0
Memory<Ring> Link(Memory<Ring> s)
// Island
Memory<Ring> Link(Memory<Ring> s)
// .NET, .NET Standard 2.0
func Link(_ s: Memory<Ring>) -> Memory<Ring>
// Island
func Link(_ s: Memory<Ring>) -> Memory<Ring>
Parameters:
- s:
Move
// .NET, .NET Standard 2.0
method Move(n: int): Memory<Ring>
// Island
method Move(n: int): Memory<Ring>
Parameters:
- n:
Next
Prev
Unlink
// .NET, .NET Standard 2.0
method Unlink(n: int): Memory<Ring>
// Island
method Unlink(n: int): Memory<Ring>
// .NET, .NET Standard 2.0
func Unlink(_ n: int) -> Memory<Ring>
// Island
func Unlink(_ n: int) -> Memory<Ring>
Parameters:
- n:
Value
constructor
constructor
Ring()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(anext: Memory<Ring>; aprev: Memory<Ring>; aValue: Object)
// Island
constructor(anext: Memory<Ring>; aprev: Memory<Ring>; aValue: Object)
// .NET, .NET Standard 2.0
Ring(Memory<Ring> anext, Memory<Ring> aprev, Object aValue)
// Island
Ring(Memory<Ring> anext, Memory<Ring> aprev, Object aValue)
Parameters:
- anext:
- aprev:
- aValue:
constructor (Ring)
Parameters:
- value: