IDecrementOperators<TSelf> Interface

Definition

Defines a mechanism for decrementing a given value.

generic <typename TSelf>
 where TSelf : IDecrementOperators<TSelf>public interface class IDecrementOperators
public interface IDecrementOperators<TSelf> where TSelf : IDecrementOperators<TSelf>
type IDecrementOperators<'Self (requires 'Self :> IDecrementOperators<'Self>)> = interface
Public Interface IDecrementOperators(Of TSelf)

Type Parameters

TSelf

The type that implements this interface.

Derived

Operators

CheckedDecrement(TSelf)

Decrements a value.

Decrement(TSelf)

Decrements a value.

Applies to