IDecrementOperators<TSelf> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义用于递减给定值的机制。
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)
类型参数
- TSelf
实现此接口的类型。
- 派生
运算符
CheckedDecrement(TSelf) |
递减值。 |
Decrement(TSelf) |
递减值。 |