Class BindableSetup<T>
Used to setup the binder during runtime.
Inherited Members
Namespace: FastenUp.Runtime.Bindables
Assembly: cs.temp.dll.dll
Syntax
public sealed class BindableSetup<T> : BaseBindable<T>, IBindable<T>, IBindable
Type Parameters
Name | Description |
---|---|
T | Type of the setup value |
Constructors
BindableSetup(T)
Declaration
public BindableSetup(T value = null)
Parameters
Type | Name | Description |
---|---|---|
T | value |