JsCallExpression
Assembly: ServiceStack.Common.dll
View Source
Declaration
public class JsCallExpression : JsExpression, IRawString
Properties
Callee
View Source
Declaration
public JsToken Callee { get; }
Arguments
View Source
Declaration
public JsToken[] Arguments { get; }
Name
View Source
Declaration
public string Name { get; }
Methods
InvokeDelegate(Delegate, Object, Boolean, List<Object>)
View Source
Declaration
public static object InvokeDelegate(Delegate fn, object target, bool isMemberExpr, List<object> fnArgValues)
Returns
System.Object
Parameters
| Type | Name |
|---|---|
System.Delegate | fn |
System.Object | target |
System.Boolean | isMemberExpr |
System.Collections.Generic.List<System.Object> | fnArgValues |