Show / Hide Table of Contents

    Delegate ObjectConstructor<T>

    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    public delegate object ObjectConstructor<T>(params object[] args);
    Parameters
    Object[] args

    Returns
    Object

    Type Parameters
    T

    Back to top Azure SDK for Net