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

Search Results for

    Operator implicit operator

    implicit operator NullableFunctionPointer(NullablePersistentFunctionPointer)

    Converts a NullablePersistentFunctionPointer to a NullableFunctionPointer.

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

    The NullablePersistentFunctionPointer to convert.

    Returns
    Type Description
    NullableFunctionPointer

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

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