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