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

Search Results for

    Operator implicit operator

    implicit operator NullableFunctionPointer(FunctionPointer)

    Converts a FunctionPointer to a NullableFunctionPointer.

    Declaration
    public static implicit operator NullableFunctionPointer(FunctionPointer pointer)
    Parameters
    Type Name Description
    FunctionPointer pointer

    The FunctionPointer to convert.

    Returns
    Type Description
    NullableFunctionPointer

    A NullableFunctionPointer pointing to the same target function as the specified FunctionPointer.

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