AtomicReference<(Of <(<'T>)>)> ImplicitWideningImplicitImplicitImplicit Conversion (T to AtomicReference)

Implicit conversion operator = allows us to cast any type directly into a [AtomicReference{T}] instance.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll)

Syntax


public static implicit operator AtomicReference<T> (
	T newValue
)
Public Shared Widening Operator CType ( _
	newValue As T _
) As AtomicReference(Of T)
static implicit operator AtomicReference<T>^ (
	T newValue
)

Parameters

newValue
Type: T

Return Value