Operator operator +
operator +(PersistentSequencePointerReadOnly<T>, nint)
Adds two values together to compute their sum.
Declaration
public static PersistentSequencePointerReadOnly<T> operator +(PersistentSequencePointerReadOnly<T> left, nint right)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointerReadOnly<T> | left | The value to which |
| nint | right | The value that is added to |
Returns
| Type | Description |
|---|---|
| PersistentSequencePointerReadOnly<T> | The sum of |
Implements
operator +(PersistentSequencePointerReadOnly<T>, nuint)
Adds two values together to compute their sum.
Declaration
public static PersistentSequencePointerReadOnly<T> operator +(PersistentSequencePointerReadOnly<T> left, nuint right)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointerReadOnly<T> | left | The value to which |
| nuint | right | The value that is added to |
Returns
| Type | Description |
|---|---|
| PersistentSequencePointerReadOnly<T> | The sum of |
Implements
operator +(nint, PersistentSequencePointerReadOnly<T>)
Adds two values together to compute their sum.
Declaration
public static PersistentSequencePointerReadOnly<T> operator +(nint left, PersistentSequencePointerReadOnly<T> right)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | left | The value to which |
| PersistentSequencePointerReadOnly<T> | right | The value that is added to |
Returns
| Type | Description |
|---|---|
| PersistentSequencePointerReadOnly<T> | The sum of |
operator +(nuint, PersistentSequencePointerReadOnly<T>)
Adds two values together to compute their sum.
Declaration
public static PersistentSequencePointerReadOnly<T> operator +(nuint left, PersistentSequencePointerReadOnly<T> right)
Parameters
| Type | Name | Description |
|---|---|---|
| nuint | left | The value to which |
| PersistentSequencePointerReadOnly<T> | right | The value that is added to |
Returns
| Type | Description |
|---|---|
| PersistentSequencePointerReadOnly<T> | The sum of |