C# 클래스 GetSocialSdk.Core.Check.Argument

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

공개 메소드들

메소드 설명
IsNotNegative ( int argument, string argumentName ) : void
IsNotNull ( object argument, string argumentName, string message = null ) : void
IsStrNotNullOrEmpty ( string argument, string argumentName, string message = null ) : void

메소드 상세

IsNotNegative() 공개 정적인 메소드

public static IsNotNegative ( int argument, string argumentName ) : void
argument int
argumentName string
리턴 void

IsNotNull() 공개 정적인 메소드

public static IsNotNull ( object argument, string argumentName, string message = null ) : void
argument object
argumentName string
message string
리턴 void

IsStrNotNullOrEmpty() 공개 정적인 메소드

public static IsStrNotNullOrEmpty ( string argument, string argumentName, string message = null ) : void
argument string
argumentName string
message string
리턴 void