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