MethodCallExpression.Arguments Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a collection of expressions that represent arguments of the called method.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Expression>A ReadOnlyCollection<T> of Expression objects which represent the arguments to the called method.
Show: