C# 클래스 FluentUri.ArgumentValidationExtensions

파일 보기 프로젝트 열기: balazsbotond/FluentUriBuilder

공개 메소드들

메소드 설명
ThrowIfNotInRange ( this value, int min, int max, string paramName ) : void
ThrowIfNull ( this value, string paramName ) : void
ThrowIfNullOrWhiteSpace ( this value, string paramName ) : void

메소드 상세

ThrowIfNotInRange() 공개 정적인 메소드

public static ThrowIfNotInRange ( this value, int min, int max, string paramName ) : void
value this
min int
max int
paramName string
리턴 void

ThrowIfNull() 공개 정적인 메소드

public static ThrowIfNull ( this value, string paramName ) : void
value this
paramName string
리턴 void

ThrowIfNullOrWhiteSpace() 공개 정적인 메소드

public static ThrowIfNullOrWhiteSpace ( this value, string paramName ) : void
value this
paramName string
리턴 void