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

Search Results for

    Operator implicit operator

    implicit operator NullablePointerUninitialized(PointerUninitialized)

    Converts a PointerUninitialized to a NullablePointerUninitialized.

    Declaration
    public static implicit operator NullablePointerUninitialized(PointerUninitialized pointer)
    Parameters
    Type Name Description
    PointerUninitialized pointer

    The PointerUninitialized to convert.

    Returns
    Type Description
    NullablePointerUninitialized

    A NullablePointerUninitialized pointing to the same target as the specified PointerUninitialized.

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