Table of Contents

Class It.Ref<TValue>

Namespace
Moq
Assembly
Moq.dll

Contains matchers for ref (C#) / ByRef (VB.NET) parameters of type TValue.

public static class It.Ref<TValue>

Type Parameters

TValue

The parameter type.

Inheritance
It.Ref<TValue>
Inherited Members

Fields

IsAny

Matches any value that is assignment-compatible with type TValue.

public static TValue IsAny

Field Value

TValue