| ArgumentVerifier Methods | 
The ArgumentVerifier type exposes the following members.
| Name | Description | |
|---|---|---|
| CantBeNull | 
            Checks the argument passed in. if it's null, it throws an ArgumentNullException
              | |
| ShouldBeTrue<T> | 
            Checks if the argument returns true with the func passed in. If not, it throws an ArgumentException with the error message specified. 
              |