Click or drag to resize

ArgUtilsGuard Method (ArgUtilsAction, String, Object)

Namespace:  Common.Logging.Configuration
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void Guard(
	ArgUtilsAction action,
	string messageFormat,
	params Object[] args
)

Parameters

action
Type: Common.Logging.ConfigurationArgUtilsAction
messageFormat
Type: SystemString
args
Type: SystemObject
See Also