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

Search Results for

    Operator implicit operator

    implicit operator NullablePointerUninitialized(NullablePointerUninitialized<T>)

    Converts a NullablePointerUninitialized<T> to a NullablePointerUninitialized.

    Declaration
    public static implicit operator NullablePointerUninitialized(NullablePointerUninitialized<T> pointer)
    Parameters
    Type Name Description
    NullablePointerUninitialized<T> pointer

    The NullablePointerUninitialized<T> to convert.

    Returns
    Type Description
    NullablePointerUninitialized

    A NullablePointerUninitialized pointing to the same target as the specified NullablePointerUninitialized<T>.

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