Interface IBinding<T>
- Namespace
- NMF.Expressions
- Assembly
- NMF.Expressions.Utilities.dll
Denotes a binding of type T
public interface IBinding<T>
Type Parameters
T
The type of the object that is bound
- Extension Methods
Methods
Bind(T)
Executes the binding for the given element
IDisposable Bind(T item)
Parameters
item
TThe element that should be bound
Returns
- IDisposable
A disposable instance. When disposed, the binding for the provided element ends.