C# 클래스 GetSocialSdk.Core.Check

파일 보기 프로젝트 열기: Tardis-x/Bigger-Inside

공개 메소드들

메소드 설명
IfTrue ( Condition condition, string message = "" ) : void
IfTrue ( bool condition, string message = "" ) : void

메소드 상세

IfTrue() 공개 정적인 메소드

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

IfTrue() 공개 정적인 메소드

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