Class ExpressionExtensions
INTERNAL API
Inherited Members
Namespace: Akka.Util.Reflection
Assembly: Akka.dll
Syntax
public static class ExpressionExtensions
Methods
| Edit this page View SourceGetArguments(NewExpression)
Fetches constructor arguments from a NewExpression.
Declaration
public static object[] GetArguments(this NewExpression newExpression)
Parameters
Type | Name | Description |
---|---|---|
NewExpression | newExpression | The NewExpression used typically to create an actor. |
Returns
Type | Description |
---|---|
object[] | The constructor type and arguments |