Search Results for

    Show / Hide Table of Contents

    Delegate Function2<T1, T2, R>

    Generic method signature for callbacks with two parameters and a return value.

    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public delegate R Function2<T1, T2, R>(T1 p1, T2 p2);
    Parameters
    Type Name Description
    T1 p1
    T2 p2
    Returns
    Type Description
    R
    Type Parameters
    Name Description
    T1
    T2
    R
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0