Table of Contents

Class It.IsSubtype<T>

Namespace
Moq
Assembly
Moq.dll

A type matcher that matches subtypes of T, as well as T itself.

[TypeMatcher]
public sealed class It.IsSubtype<T> : ITypeMatcher

Type Parameters

T

The type whose subtypes should match.

Inheritance
It.IsSubtype<T>
Implements
Inherited Members

Constructors

IsSubtype()

public IsSubtype()