Delegate MethodCall<T, TResult>
Namespace: Bayat.Json.Utilities
Assembly: Bayat.Json.Runtime.dll
Syntax
public delegate TResult MethodCall<T, TResult>(T target, params object[] args);
Parameters
| Type | Name | Description |
|---|---|---|
| T | target | |
| System. |
args |
Returns
| Type | Description |
|---|---|
| TResult |
Type Parameters
| Name | Description |
|---|---|
| T | |
| TResult |