Returns the mock for all instances of a type, or null if it is not mocked
Namespace: TypeMock
Assembly: TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax
Parameters
- type
- Type: SystemType
Type to return the mock
Return Value
Type: MockThe mock
Remarks
See Also