Show / Hide Table of Contents

    Delegate MethodCall<T, TResult>

    Namespace: Bayat.Json.Utilities
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public delegate TResult MethodCall<T, TResult>(T target, params object[] args);
    Parameters
    Type Name Description
    T target
    System.Object[] args
    Returns
    Type Description
    TResult
    Type Parameters
    Name Description
    T
    TResult

    Extension Methods

    TypeExtensions.Method(Delegate)
    • Improve this Doc
    • View Source
    • 0 Comments