ImmutableExt.AsImmutable<T>(T) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension method to return this value wrapped in Immutable
.
public static Orleans.Concurrency.Immutable<T> AsImmutable<T>(this T value);
static member AsImmutable : 'T -> Orleans.Concurrency.Immutable<'T>
<Extension()>
Public Function AsImmutable(Of T) (value As T) As Immutable(Of T)
- T
- value
- T
Value to be wrapped.
Immutable wrapper around the original object.