Method | Description | |
---|---|---|
AssertParameter ( string paramName, string description, bool condition ) : void |
|
|
AssertParameterNotNull ( string paramName, object parameter ) : void |
|
public static AssertParameter ( string paramName, string description, bool condition ) : void | ||
paramName | string | |
description | string | |
condition | bool | |
return | void |
public static AssertParameterNotNull ( string paramName, object parameter ) : void | ||
paramName | string | |
parameter | object | |
return | void |