ImplementedInterfaces Property

Moq 2.6

Exposes the list of extra interfaces implemented by the mock.

Namespace:  Moq
Assembly:  Moq (in Moq.dll) Version: 2.6.1014.1 (2.6.0.0)

Syntax

C#
protected internal List<Type> ImplementedInterfaces { get; private set; }

See Also