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

Search Results for

    Operator implicit operator

    implicit operator NullablePointerReadOnly(NullablePointerReadOnly<T>)

    Converts a NullablePointerReadOnly<T> to a NullablePointerReadOnly.

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

    The NullablePointerReadOnly<T> to convert.

    Returns
    Type Description
    NullablePointerReadOnly

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

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