Provides factory methods for creating TypedBinding<TIn, TOut> objects from C# lambda expressions.
public static class TypedBinding<TIn> where TIn : class
kind:method
kind:property
kind:ctor
Default<TOut>(Expression<Func<TIn, TOut>>, Action<TIn, TOut>)
OneTime<TOut>(Expression<Func<TIn, TOut>>)
OneWay<TOut>(Expression<Func<TIn, TOut>>)
TwoWay<TOut>(Expression<Func<TIn, TOut>>, Action<TIn, TOut>)
TwoWay<TOut>(Expression<Func<TIn, TOut>>)