ClassArg.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:
cs-api-definition
public sealed class Arg.OutRefResult<T>
Inheritance: objectArg.OutRefResult<T>
Constructors
OutRefResult()
Declaration
cs-api-definition
public OutRefResult()
Fields
Value
Gets the wrapped value that you pass by reference.
Declaration
cs-api-definition
public T Value
Field Value
T