Interface IBindableRef<T>
Implementation of this interface provides the ability to bind object references to a IMediator.
Namespace: FastenUp.Runtime.Bindables
Assembly: cs.temp.dll.dll
Syntax
public interface IBindableRef<in T> : IBindable
Type Parameters
Name | Description |
---|---|
T | Type of the reference |