Argument icon indicating copy to clipboard operation
Argument copied to clipboard

Argument validation methods, for example: this.user = Argument.NotNull("user", user).

Results 1 Argument issues
Sort by recently updated
recently updated
newest added

Adds the following methods: `Argument.GreaterThan()` `Argument.GreaterThanOrEqualTo()` `Argument.LessThan()` `Argument.LessThanOrEqualTo()`