Click or drag to resize

ArgUtilsGuardT Method (ArgUtilsFunctionT, String, Object)

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

Parameters

function
Type: Common.Logging.ConfigurationArgUtilsFunctionT
messageFormat
Type: SystemString
args
Type: SystemObject

Type Parameters

T

Return Value

Type: T
See Also