Mocker..::..GetObject Method (ParameterInfo)

Gets the instance for the given ParameterInfo.

Namespace:  FastMoq
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


public Object GetObject(
	ParameterInfo info
)
Public Function GetObject ( _
	info As ParameterInfo _
) As Object
public:
Object^ GetObject(
	ParameterInfo^ info
)

Parameters

info
Type: ParameterInfo
The ParameterInfo.

Return Value

Nullable

Exceptions