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

Search Results for

    Operator operator ++

    operator ++(NullableSequencePointerUninitialized<T>)

    Increments a value.

    Declaration
    public static NullableSequencePointerUninitialized<T> operator ++(NullableSequencePointerUninitialized<T> value)
    Parameters
    Type Name Description
    NullableSequencePointerUninitialized<T> value

    The value to increment.

    Returns
    Type Description
    NullableSequencePointerUninitialized<T>

    The result of incrementing value.

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