IIncrementOperators<TSelf> Interface

Definition

Defines a mechanism for incrementing a given value.

public interface IIncrementOperators<TSelf> where TSelf : IIncrementOperators<TSelf>

Type Parameters

TSelf

The type that implements this interface.

Derived

Operators

CheckedIncrement(TSelf)

Increments a value.

Increment(TSelf)

Increments a value.

Applies to

Product Versions
.NET 7, 8, 9