AtomicReference<(Of <(<'T>)>)> Type Conversions
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Implicit Widening Implicit Implicit Implicit (AtomicReference<(Of <<'(T>)>>) to T) |
Implicit conversion operator = automatically casts the [AtomicReference{T}] to an instance of
|
![]() ![]() |
Implicit Widening Implicit Implicit Implicit (T to AtomicReference<(Of <<'(T>)>>)) |
Implicit conversion operator = allows us to cast any type directly into a [AtomicReference{T}] instance.
|