Unosquare
    Show / Hide Table of Contents

    Delegate TypesConcurrentDictionary.ObjectConstructor

    Represents a delegate to build an object with the parameters.

    Namespace: Swan.DependencyInjection
    Syntax
    public delegate object ObjectConstructor(params object[] parameters);
    Parameters
    Type Name Description
    Object[] parameters

    The parameters.

    Returns
    Type Description
    Object

    The built object.

    Comments

    Back to top Copyright © 2017-2019 Unosquare