MockMethodCallEventArgsSentArguments Property

Typemock Isolator Developer Guide
Array of the Argument that where went

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

public Object[] SentArguments { get; }

Property Value

Type: Object
Remarks

The arguments are read only, setting these to other values will not change the arguments. To assign other values see Assign
See Also

Reference