点击或拖拽改变大小

ArgChecker 方法

ArgChecker 类型公开以下成员。

方法
  名称说明
公共方法静态成员AssertArgNotNull(IntPtr, String)
Validate given argument isn't Zero.
公共方法静态成员AssertArgNotNull(Object, String)
Validate given argument isn't Null.
公共方法静态成员AssertArgNotNullOrEmpty
Validate given argument isn't Null or empty.
公共方法静态成员AssertArgOfTypeT
Validate given argument isn't Null.
公共方法静态成员AssertFileExist
Validate given argument isn't Null or empty AND argument value is the path of existing file.
公共方法静态成员AssertIsTrueTException
Validate given [!:condition] is true, otherwise throw exception.
Top
参见