Click or drag to resize

ArgUtils Class

Inheritance Hierarchy
SystemObject
  Common.Logging.ConfigurationArgUtils

Namespace:  Common.Logging.Configuration
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class ArgUtils

The ArgUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAssertIsAssignableT(String, Type)
Public methodStatic memberAssertIsAssignableT(String, Type, String, Object)
Public methodStatic memberAssertNotNullT(String, T)
Public methodStatic memberAssertNotNullT(String, T, String, Object)
Public methodStatic memberCoalesce(String)
Public methodStatic memberCoalesceT(PredicateT, T)
Public methodStatic memberGetValue(NameValueCollection, String)
Public methodStatic memberGetValue(NameValueCollection, String, String)
Public methodStatic memberGuard(ArgUtilsAction, String, Object)
Public methodStatic memberGuardT(ArgUtilsFunctionT, String, Object)
Public methodStatic memberRegisterTypeParserT
Public methodStatic memberTryParseT
Public methodStatic memberTryParseEnumT
Top
See Also