Click or drag to resize
Akka.NETFSharpLinqPersistentExpressionToExpressionEvent, State Method (ExpressionFuncFSharpFunPersistentViewEvent, State)

[Missing <summary> documentation for "M:Akka.Persistence.FSharp.Linq.PersistentExpression.ToExpression``2(System.Linq.Expressions.Expression{System.Func{Akka.Persistence.FSharp.FunPersistentView{``0,``1}}})"]

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence.FSharp (in Akka.Persistence.FSharp.dll) Version: 0.0.0.0
Syntax
public static Expression<Func<FSharpFunPersistentView<Event, State>>> ToExpression<Event, State>(
	Expression<Func<FSharpFunPersistentView<Event, State>>> f
)

Parameters

f
Type: System.Linq.ExpressionsExpressionFuncFSharpFunPersistentViewEvent, State

[Missing <param name="f"/> documentation for "M:Akka.Persistence.FSharp.Linq.PersistentExpression.ToExpression``2(System.Linq.Expressions.Expression{System.Func{Akka.Persistence.FSharp.FunPersistentView{``0,``1}}})"]

Type Parameters

Event

[Missing <typeparam name="Event"/> documentation for "M:Akka.Persistence.FSharp.Linq.PersistentExpression.ToExpression``2(System.Linq.Expressions.Expression{System.Func{Akka.Persistence.FSharp.FunPersistentView{``0,``1}}})"]

State

[Missing <typeparam name="State"/> documentation for "M:Akka.Persistence.FSharp.Linq.PersistentExpression.ToExpression``2(System.Linq.Expressions.Expression{System.Func{Akka.Persistence.FSharp.FunPersistentView{``0,``1}}})"]

Return Value

Type: ExpressionFuncFSharpFunPersistentViewEvent, State

[Missing <returns> documentation for "M:Akka.Persistence.FSharp.Linq.PersistentExpression.ToExpression``2(System.Linq.Expressions.Expression{System.Func{Akka.Persistence.FSharp.FunPersistentView{``0,``1}}})"]

See Also