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

Search Results for

    Operator implicit operator

    implicit operator NullableFunctionPointer(NullableFunctionPointer<TDelegate>)

    Converts a NullableFunctionPointer<TDelegate> to a NullableFunctionPointer.

    Declaration
    public static implicit operator NullableFunctionPointer(NullableFunctionPointer<TDelegate> pointer)
    Parameters
    Type Name Description
    NullableFunctionPointer<TDelegate> pointer

    The NullableFunctionPointer<TDelegate> to convert.

    Returns
    Type Description
    NullableFunctionPointer

    A NullableFunctionPointer pointing to the same target function as the specified NullableFunctionPointer<TDelegate>.

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