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. |