Mocker..::..GetMethodArgData Method
Gets the method argument data.
Namespace:
FastMoqAssembly: FastMoq.Core (in FastMoq.Core.dll)
Syntax
public Object[] GetMethodArgData( MethodInfo method, Dictionary<Type, Object> data )
Public Function GetMethodArgData ( _ method As MethodInfo, _ data As Dictionary(Of Type, Object) _ ) As Object()
public: array<Object^>^ GetMethodArgData( MethodInfo^ method, Dictionary<Type^, Object^>^ data )