C# Class Maverick.Arg

Mostra file Open project: anurse/MaVeriCk

Public Methods

Method Description
InRange ( string parameter, bool rangeCheck ) : void
NotNull ( string parameter, object value ) : void

Private Methods

Method Description
NotNullOrEmpty ( string parameter, string value ) : void

Method Details

InRange() public static method

public static InRange ( string parameter, bool rangeCheck ) : void
parameter string
rangeCheck bool
return void

NotNull() public static method

public static NotNull ( string parameter, object value ) : void
parameter string
value object
return void