IMockControlAlwaysCallOriginal Method

Typemock Isolator Developer Guide
Indicate that the behavior of the mocked method will be to call the original method.

Namespace:  TypeMock
Assembly:  TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax

IParameters AlwaysCallOriginal(
	string method,
	params Type[] genericTypes
)

Parameters

method
Type: SystemString
The mocked mothod's name.
genericTypes
Type: SystemType
Parameters that the mockef method receives

Return Value

Type: IParameters
See Also

Reference