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

Search Results for

    Operator explicit operator

    explicit operator NullableFunctionPointer(NullablePersistentSequencePointerReadOnly)

    Converts a NullablePersistentSequencePointerReadOnly to a NullableFunctionPointer.

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

    The NullablePersistentSequencePointerReadOnly to convert.

    Returns
    Type Description
    NullableFunctionPointer

    A NullableFunctionPointer pointing to the target function that's the same target as the specified NullablePersistentSequencePointerReadOnly, reinterpreted as an executable function.

    explicit operator NullablePersistentFunctionPointer(NullablePersistentSequencePointerReadOnly)

    Converts a NullablePersistentSequencePointerReadOnly to a NullablePersistentFunctionPointer.

    Declaration
    public static explicit operator NullablePersistentFunctionPointer(NullablePersistentSequencePointerReadOnly pointer)
    Parameters
    Type Name Description
    NullablePersistentSequencePointerReadOnly pointer

    The NullablePersistentSequencePointerReadOnly to convert.

    Returns
    Type Description
    NullablePersistentFunctionPointer

    A NullablePersistentFunctionPointer pointing to the target function that's the same target as the specified NullablePersistentSequencePointerReadOnly, reinterpreted as an executable function.

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