Click or drag to resize

ArgUtils.Guard Method (ArgUtils.Action, 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(
	ArgUtils.Action action,
	string messageFormat,
	params Object[] args
)

Parameters

action
Type: Common.Logging.Configuration.ArgUtils.Action
messageFormat
Type: System.String
args
Type:System.Object[]
See Also