[Missing <summary> documentation for "M:NHibernate.Proxy.DynamicProxy.InvocationInfo.SetArgument(System.Int32,System.Object)"]

Namespace: NHibernate.Proxy.DynamicProxy
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public void SetArgument(
	int position,
	Object arg
)
Visual Basic
Public Sub SetArgument ( _
	position As Integer, _
	arg As Object _
)
Visual C++
public:
void SetArgument(
	int position, 
	Object^ arg
)

Parameters

position
Type: System..::..Int32

[Missing <param name="position"/> documentation for "M:NHibernate.Proxy.DynamicProxy.InvocationInfo.SetArgument(System.Int32,System.Object)"]

arg
Type: System..::..Object

[Missing <param name="arg"/> documentation for "M:NHibernate.Proxy.DynamicProxy.InvocationInfo.SetArgument(System.Int32,System.Object)"]

See Also