Search Results for

    Show / Hide Table of Contents

    Delegate Action3<T1, T2, T3>

    Generic method signature for callbacks with three parameters.

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