Gets or sets the ordered list of parameter values used to invoke the method.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public Object[] ParameterValues {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
 }
Visual Basic
Public Property ParameterValues As Object()
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Set

See Also