C# Class GetSocialSdk.Core.Check.Argument

Afficher le fichier Open project: Tardis-x/Bigger-Inside

Méthodes publiques

Méthode Description
IsNotNegative ( int argument, string argumentName ) : void
IsNotNull ( object argument, string argumentName, string message = null ) : void
IsStrNotNullOrEmpty ( string argument, string argumentName, string message = null ) : void

Method Details

IsNotNegative() public static méthode

public static IsNotNegative ( int argument, string argumentName ) : void
argument int
argumentName string
Résultat void

IsNotNull() public static méthode

public static IsNotNull ( object argument, string argumentName, string message = null ) : void
argument object
argumentName string
message string
Résultat void

IsStrNotNullOrEmpty() public static méthode

public static IsStrNotNullOrEmpty ( string argument, string argumentName, string message = null ) : void
argument string
argumentName string
message string
Résultat void