ArgUtilsAssertNotNullT Method (String, T, String, Object) |
Namespace:
Common.Logging.Configuration
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static T AssertNotNull<T>(
string paramName,
T val,
string messageFormat,
params Object[] args
)
where T : class
Parameters
- paramName
- Type: SystemString
- val
- Type: T
- messageFormat
- Type: SystemString
- args
- Type: SystemObject
Type Parameters
- T
Return Value
Type:
T
See Also