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

Search Results for

    Operator implicit operator

    implicit operator NullablePointerReadOnly(NullablePointer)

    Converts a NullablePointer to a NullablePointerReadOnly.

    Declaration
    public static implicit operator NullablePointerReadOnly(NullablePointer pointer)
    Parameters
    Type Name Description
    NullablePointer pointer

    The NullablePointer to convert.

    Returns
    Type Description
    NullablePointerReadOnly

    A NullablePointerReadOnly pointing to the same target as the specified NullablePointer.

    implicit operator NullablePointerUninitialized(NullablePointer)

    Converts a NullablePointer to a NullablePointerUninitialized.

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

    The NullablePointer to convert.

    Returns
    Type Description
    NullablePointerUninitialized

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

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