| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractMethodInvocation.Arguments Property
Gets and sets the arguments (if any - may be ) to the method that is to be invoked.
[Visual Basic]
Public Overridable Property Arguments() As
Object _
Public Get
End Get
Public Set
End Set
End Property
[C#]
public virtual
object[] Arguments { public get; public set; }
Property Value
The arguments (if any - may be ) to the method that is to be invoked.
Implements
IInvocation.Arguments
See Also
AbstractMethodInvocation Class | Spring.Aop.Framework Namespace