Class BatchResultValue<T>
Wraps a reference or value type in an object
public class BatchResultValue<T>
Type Parameters
TType of the value/reference type to wrap
- Inheritance
-
BatchResultValue<T>
- Inherited Members
Properties
Value
The wrapped reference/value type
public T Value { get; }
Property Value
- T