Interface IValueProvider<T>
Binder that can provide a value.
Namespace: FastenUp.Runtime.Binders
Assembly: cs.temp.dll.dll
Syntax
public interface IValueProvider<T> : IBinder<T>, IBinder
Type Parameters
Name | Description |
---|---|
T | Type of the value that will be provided by the binder component |
Methods
GetValue()
Gets the value from the binder.
Declaration
T GetValue()
Returns
Type | Description |
---|---|
T | The value that was provided by the binder. |