Method | Description | |
---|---|---|
InRange ( string parameter, bool rangeCheck ) : void | ||
NotNull ( string parameter, object value ) : void |
Method | Description | |
---|---|---|
NotNullOrEmpty ( string parameter, string value ) : void |
public static InRange ( string parameter, bool rangeCheck ) : void | ||
parameter | string | |
rangeCheck | bool | |
return | void |
public static NotNull ( string parameter, object value ) : void | ||
parameter | string | |
value | object | |
return | void |