Show / Hide Table of Contents

    Interface IFusable<T>

    Namespace: QFSW.BA
    Assembly: QFSW.BA.dll
    Syntax
    public interface IFusable<in T>
    Type Parameters
    Name Description
    T

    Methods

    Fuse(T)

    Declaration
    void Fuse(T newData)
    Parameters
    Type Name Description
    T newData

    Extension Methods

    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top