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

Search Results for

    Property this

    this[nint]

    Gets a read-only reference to the target value at the specified index in the sequence the current pointer is pointing to.

    Declaration
    public ref readonly T this[nint index] { get; }
    Parameters
    Type Name Description
    nint index

    The index of the target value in the sequence.

    Property Value
    Type Description
    T

    A read-only reference to the target value at the specified index in the sequence the current pointer is pointing to.

    Remarks

    Accessing the target value at the specified index through this property is equivalent to dereferencing the pointer at the specified index offset.

    this[nuint]

    Gets a read-only reference to the target value at the specified index in the sequence the current pointer is pointing to.

    Declaration
    public ref readonly T this[nuint index] { get; }
    Parameters
    Type Name Description
    nuint index

    The index of the target value in the sequence.

    Property Value
    Type Description
    T

    A read-only reference to the target value at the specified index in the sequence the current pointer is pointing to.

    Remarks

    Accessing the target value at the specified index through this property is equivalent to dereferencing the pointer at the specified index offset.

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