Class ValueResult<T>
Represents a mutable type for boxing objects by value or reference in a response from a router.
public sealed class ValueResult<T> where T : notnull
Type Parameters
T
The type of object to be boxed.
- Inheritance
-
ValueResult<T>
- Inherited Members