Mocker..::..GetMethodArgData Method

Gets the method argument data.

Namespace:  FastMoq
Assembly:  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
)

Parameters

method
Type: MethodInfo
The method.
data
Type: Dictionary<(Of <(<'Type, Object>)>)>
The data.

Return Value

System.Nullable<System.Object>[].

Exceptions


ExceptionCondition
ArgumentNullExceptionmethod