C# Class GetSocialSdk.Core.Check

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

Méthodes publiques

Méthode Description
IfTrue ( Condition condition, string message = "" ) : void
IfTrue ( bool condition, string message = "" ) : void

Method Details

IfTrue() public static méthode

public static IfTrue ( Condition condition, string message = "" ) : void
condition Condition
message string
Résultat void

IfTrue() public static méthode

public static IfTrue ( bool condition, string message = "" ) : void
condition bool
message string
Résultat void