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
TValueThe 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