Search Results for

    Show / Hide Table of Contents

    Delegate Action2<T1, T2>

    Generic method signature for callbacks with two parameters.

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