Arg.OutRefResult<T>
Class
Wraps a value so that you can pass it to a ref or out parameter matcher.
Definition
Namespace:Telerik.JustMock
Assembly:Telerik.JustMock.dll
Type Parameters:
T
Type of the wrapped value.
Syntax:
C#
public sealed class Arg.OutRefResult<T>
Inheritance: objectArg.OutRefResult<T>
Constructors
C#
public OutRefResult()
Fields
Gets the wrapped value that you pass by reference.
C#
public T Value