Constructor TransportFunctionPointer
TransportFunctionPointer(T)
Declaration
public TransportFunctionPointer(T executeDelegate)
Parameters
Type | Name | Description |
---|---|---|
T | executeDelegate |
TransportFunctionPointer(FunctionPointer<T>)
Declaration
public TransportFunctionPointer(FunctionPointer<T> Pointer)
Parameters
Type | Name | Description |
---|---|---|
FunctionPointer<T> | Pointer |