Interface IBindable<T>
Used to bind IBinder<T>s to a
Namespace: FastenUp.Runtime.Bindables
Assembly: cs.temp.dll.dll
Syntax
public interface IBindable<T> : IBindable
Type Parameters
Name | Description |
---|---|
T | Type of the value that will be set by the binder component |