C# Class FluentUri.ArgumentValidationExtensions

Afficher le fichier Open project: balazsbotond/FluentUriBuilder

Méthodes publiques

Méthode Description
ThrowIfNotInRange ( this value, int min, int max, string paramName ) : void
ThrowIfNull ( this value, string paramName ) : void
ThrowIfNullOrWhiteSpace ( this value, string paramName ) : void

Method Details

ThrowIfNotInRange() public static méthode

public static ThrowIfNotInRange ( this value, int min, int max, string paramName ) : void
value this
min int
max int
paramName string
Résultat void

ThrowIfNull() public static méthode

public static ThrowIfNull ( this value, string paramName ) : void
value this
paramName string
Résultat void

ThrowIfNullOrWhiteSpace() public static méthode

public static ThrowIfNullOrWhiteSpace ( this value, string paramName ) : void
value this
paramName string
Résultat void