Value

Overview

Location

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

Instance Methods


constructor

 

constructor

 

Value()

 

init()

 

Sub New()

constructor (Value)

 

constructor(value: Value)

 

Value(Value value)

 

init(_ value: Value)

 

Sub New(value As Value)

Parameters:

  • value:

Load

 

method Load: Object

 

Object Load()

 

func Load() -> Object

 

func Load() interface{}

 

Function Load() As Object

Store

 

method Store(val: Object)

 

void Store(Object val)

 

func Store(_ val: Object)

 

// .NET, .NET Standard 2.0
func Store(val interface{}) 
// Island
func Store(val interface{}) void

 

Sub Store(val As Object)

Parameters:

  • val: