Summary
        Argument 
		bool validator.
    - Namespace
- oehen.arguard 
- Base Types
- 
									- object
 
							graph BT
	Type-->Base0["object"]
	Type["ArgumentBooleanGuard"]
class Type type-node
						
					Syntax
public static class ArgumentBooleanGuardMethods
| Name | Value | Summary | 
|---|---|---|
| ThrowIfFalse | void | 
        Throws an  ArgumentExceptionif argument is false.static | 
| ThrowIfTrue | void | 
        Throws an  ArgumentExceptionif argument is true.static | 
Extension Methods
| Name | Value | Summary | 
|---|---|---|
| ThrowIfNotTypeOf | T | 
        Throws an  InvalidOperationExceptionif argument is not type of
        T.From ArgumentTypeGuard |