Click or drag to resize
Akka.NETLinqtoExpressionActor Method

[Missing <summary> documentation for "M:Akka.FSharp.Linq.toExpression``1(System.Linq.Expressions.Expression)"]

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Expression<Func<Actor>> toExpression<Actor>(
	Expression f
)

Parameters

f
Type: System.Linq.ExpressionsExpression

[Missing <param name="f"/> documentation for "M:Akka.FSharp.Linq.toExpression``1(System.Linq.Expressions.Expression)"]

Type Parameters

Actor

[Missing <typeparam name="Actor"/> documentation for "M:Akka.FSharp.Linq.toExpression``1(System.Linq.Expressions.Expression)"]

Return Value

Type: ExpressionFuncActor

[Missing <returns> documentation for "M:Akka.FSharp.Linq.toExpression``1(System.Linq.Expressions.Expression)"]

See Also