Edit

Share via


IDecrementOperators<TSelf> Interface

Definition

Defines a mechanism for decrementing a given value.

C#
public interface IDecrementOperators<TSelf> where TSelf : IDecrementOperators<TSelf>

Type Parameters

TSelf

The type that implements this interface.

Derived

Operators

CheckedDecrement(TSelf)

Decrements a value.

Decrement(TSelf)

Decrements a value.

Applies to

Product Versions
.NET 7, 8, 9