Method Call
Call<T>(Hash, InputArgument[])
Declaration
public static T Call<T>(Hash hash, params InputArgument[] arguments)
Parameters
Type | Name | Description |
---|---|---|
Hash | hash | |
InputArgument[] | arguments |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
Call(Hash, InputArgument[])
Declaration
public static void Call(Hash hash, params InputArgument[] arguments)
Parameters
Type | Name | Description |
---|---|---|
Hash | hash | |
InputArgument[] | arguments |