Show / Hide Table of Contents

    Delegate FakeDelegate<T>

    Fake delegate

    Namespace: CatLibrary
    Assembly: CatLibrary.dll
    Syntax
    public delegate int FakeDelegate<T>(long num, string name, params object[] scores);
    Parameters
    Type Name Description
    Int64 num

    Fake para

    String name

    Fake para

    Object[] scores

    Optional Parameter.

    Returns
    Type Description
    Int32

    Return a fake number to confuse you.

    Type Parameters
    Name Description
    T

    Fake para

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX