FastenUp
Search Results for

    Show / Hide Table of Contents

    Interface IValueProvider<T>

    Binder that can provide a value.

    Inherited Members
    IBinder.Name
    IBinder.OnBinderChanged
    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.

    In This Article
    Back to top Generated by DocFX