-
-
433,647 total downloads
-
last updated 3/26/2013
-
Latest version: 1.3.3.2
-
netfx
validation
The only argument validation file you need, with full refactoring support and strong-typing.
Examples:
Guard.NotNull(() => value, value)
Guard.NotNullOrEmpty(
() => stringValue, stringValue)