Operator operator ++
operator ++(NullableSequencePointer<T>)
Increments a value.
Declaration
public static NullableSequencePointer<T> operator ++(NullableSequencePointer<T> value)
Parameters
| Type | Name | Description |
|---|---|---|
| NullableSequencePointer<T> | value | The value to increment. |
Returns
| Type | Description |
|---|---|
| NullableSequencePointer<T> | The result of incrementing |