C# Class GetSocialSdk.Core.Check

显示文件 Open project: Tardis-x/Bigger-Inside

Public Methods

Method Description
IfTrue ( Condition condition, string message = "" ) : void
IfTrue ( bool condition, string message = "" ) : void

Method Details

IfTrue() public static method

public static IfTrue ( Condition condition, string message = "" ) : void
condition Condition
message string
return void

IfTrue() public static method

public static IfTrue ( bool condition, string message = "" ) : void
condition bool
message string
return void