Show / Hide Table of Contents

    Delegate ObjectConstructor<T>

    Represents a method that constructs an object.

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

    The object type to create.

    Extension Methods

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