Exemplo n.º 1
0
 /// <summary>
 /// Add the given value to the property or option. On overflow or underflow, clamp the property to the maximum. If <value> is omitted, assume 1.
 /// </summary>
 /// <param name="value">The value to add.</param>
 public virtual Task AddAsync(T value, ApiOptions?options = null) => Api.AddAsync(PropertyName, FormatValue(value), options);