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. |
args |
Returns
| Type | Description |
|---|---|
| System. |
Type Parameters
| Name | Description |
|---|---|
| T | The object type to create. |