Inheritance Hierarchy
Namespace:
Common.Logging.Configuration
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static class ArgUtils
The ArgUtils type exposes the following members.
Methods
| Name | Description |
---|
  | AssertIsAssignableT(String, Type) | |
  | AssertIsAssignableT(String, Type, String, Object) | |
  | AssertNotNullT(String, T) | |
  | AssertNotNullT(String, T, String, Object) | |
  | Coalesce(String) | |
  | CoalesceT(PredicateT, T) | |
  | GetValue(NameValueCollection, String) | |
  | GetValue(NameValueCollection, String, String) | |
  | Guard(ArgUtilsAction, String, Object) | |
  | GuardT(ArgUtilsFunctionT, String, Object) | |
  | RegisterTypeParserT | |
  | TryParseT | |
  | TryParseEnumT | |
Top
See Also