C# 클래스 PclUnit.Style.Xunit.Util.Guard

Guard class, used for guard clauses and argument validation
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
ArgumentNotNull ( string argName, object argValue ) : void

비공개 메소드들

메소드 설명
ArgumentNotNullOrEmpty ( string argName, IEnumerable argValue ) : void
ArgumentValid ( string argName, string message, bool test ) : void

메소드 상세

ArgumentNotNull() 공개 정적인 메소드

public static ArgumentNotNull ( string argName, object argValue ) : void
argName string
argValue object
리턴 void