NevronOpenVision
Nevron.Nov Namespace / FunctionResult<TRes,TArg1,TArg2> Delegate
In This Topic
    FunctionResult<TRes,TArg1,TArg2> Delegate
    In This Topic
    Delegate for a function that returns a result of the TRes and has two arguments of type TArg1 and TArg2 respectively.
    Syntax
    public delegate TRes FunctionResult<TRes,TArg1,TArg2>( 
       TArg1 arg1,
       TArg2 arg2
    )

    Parameters

    arg1
    arg2

    Type Parameters

    TRes
    TArg1
    TArg2
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also