Info
Version: | 1.3.3.2 |
Author(s): | Daniel Cazzulino, kzu, Clarius |
Last Update: | Tuesday, March 26, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://netfx.codeplex.com |
NuGet Url: | https://www.nuget.org/packages/netfx-Guard |
Install
Install-Package netfx-Guard
dotnet add package netfx-Guard
paket add netfx-Guard
netfx-Guard Download (Unzip the "nupkg" after downloading)
Dependencies
37 packages depend on this package.
Tags
Examples:
Guard.NotNull(() => value, value)
Guard.NotNullOrEmpty(
() => stringValue, stringValue).