Immutable<T>(T) Constructor
Definition
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.
Constructor to wrap the specified data object in new Immutable wrapper.
public Immutable (T value);
new Orleans.Concurrency.Immutable<'T> : 'T -> Orleans.Concurrency.Immutable<'T>
Public Sub New (value As T)
Parameters
- value
- T
Value to be wrapped and marked as immutable.