TestClassExtensions..::..GetTypeFromInterface Method

Gets the type from interface.

Namespace:  FastMoq.Extensions
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


public static Type GetTypeFromInterface(
	Mocker mocker,
	Type tType
)
Public Shared Function GetTypeFromInterface ( _
	mocker As Mocker, _
	tType As Type _
) As Type
public:
static Type^ GetTypeFromInterface(
	Mocker^ mocker, 
	Type^ tType
)

Parameters

mocker
Type: FastMoq..::..Mocker
The mocker.
tType
Type: Type
Type of the t.

Return Value

Type.

Exceptions