IIncrementOperators<TSelf>.Increment(TSelf) 运算符

定义

递增值。

public:
 static TSelf operator ++(TSelf value);
public static abstract TSelf operator ++ (TSelf value);
static member op_Increment : 'Self -> 'Self
Public Shared op_Increment (value As TSelf) As TSelf

参数

value
TSelf

要递增的值。

返回

TSelf

value增 的结果。

适用于