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