Interface ITypedFunctionPointer<TDelegate>
Represents an abstract pointer type pointing to a target function whose signature is specified by TDelegate
Namespace: SemPtr
Assembly: SemPtr.dll
Syntax
public interface ITypedFunctionPointer<TDelegate> where TDelegate : notnull, Delegate
Type Parameters
| Name | Description |
|---|---|
| TDelegate | The type of the delegate representing the signature of the target function the pointer points to. |
Methods
| Name | Description |
|---|---|
| ToDelegate() | Converts the current function pointer to a delegate of type |