Class BatchResultValue<T>
Wraps a reference or value type in an object
Inheritance
System.Object
BatchResultValue<T>
Namespace: PnP.Core.Services
Assembly: PnP.Core.dll
Syntax
public class BatchResultValue<T> : object
Type Parameters
T
Type of the value/reference type to wrap |
Properties
Value
The wrapped reference/value type
Declaration
public T Value { get; }
Property Value
T
|