C# 클래스 CommonExtensionMethods.Booleans.BooleanExtensions

파일 보기 프로젝트 열기: saintedlama/CommonExtensionMethods

공개 메소드들

메소드 설명
IfFalse ( this decision, System.Action action ) : bool
IfTrue ( this decision, System.Action action ) : bool

메소드 상세

IfFalse() 공개 정적인 메소드

public static IfFalse ( this decision, System.Action action ) : bool
decision this
action System.Action
리턴 bool

IfTrue() 공개 정적인 메소드

public static IfTrue ( this decision, System.Action action ) : bool
decision this
action System.Action
리턴 bool