Constructor TransportFunctionPointer
TransportFunctionPointer(T)
Initializes a new instance of the TransportFunctionPointer class
Declaration
public TransportFunctionPointer(T executeDelegate)
Parameters
Type | Name | Description |
---|---|---|
T | executeDelegate | The execute delegate |
TransportFunctionPointer(FunctionPointer<T>)
Initializes a new instance of the TransportFunctionPointer class
Declaration
public TransportFunctionPointer(FunctionPointer<T> Pointer)
Parameters
Type | Name | Description |
---|---|---|
FunctionPointer<T> | Pointer | The pointer |