SemPtr SemPtr
SemPtr SemPtr
Documentation generated with DocFX
Using SingulinkFX as the template

Search Results for

    Edit this page

    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 TDelegate.

    © 2026 Felix Rüdiger. SemPtr and its documentation are licensed under the MIT license.