C# Class Maverick.Arg

Afficher le fichier Open project: anurse/MaVeriCk

Méthodes publiques

Méthode Description
InRange ( string parameter, bool rangeCheck ) : void
NotNull ( string parameter, object value ) : void

Private Methods

Méthode Description
NotNullOrEmpty ( string parameter, string value ) : void

Method Details

InRange() public static méthode

public static InRange ( string parameter, bool rangeCheck ) : void
parameter string
rangeCheck bool
Résultat void

NotNull() public static méthode

public static NotNull ( string parameter, object value ) : void
parameter string
value object
Résultat void