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

Search Results for

    Operator explicit operator

    explicit operator NullablePointerReadOnly(NullableFunctionPointer)

    Converts a NullableFunctionPointer to a NullablePointerReadOnly.

    Declaration
    public static explicit operator NullablePointerReadOnly(NullableFunctionPointer pointer)
    Parameters
    Type Name Description
    NullableFunctionPointer pointer

    The NullableFunctionPointer to convert.

    Returns
    Type Description
    NullablePointerReadOnly

    A NullablePointerReadOnly pointing to the target that's the same target function as the specified NullableFunctionPointer, reinterpreted as data.

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