C# 클래스 System.Contract

파일 보기 프로젝트 열기: joeduffy/slice.net 1 사용 예제들

공개 메소드들

메소드 설명
Abandon ( ) : void
Assert ( bool condition ) : void
Requires ( bool condition ) : void
RequiresInInclusiveRange ( int start, int length ) : void
RequiresInInclusiveRange ( int start, int end, int length ) : void

비공개 메소드들

메소드 설명
RequiresInRange ( int start, int length ) : void

메소드 상세

Abandon() 공개 정적인 메소드

public static Abandon ( ) : void
리턴 void

Assert() 공개 정적인 메소드

public static Assert ( bool condition ) : void
condition bool
리턴 void

Requires() 공개 정적인 메소드

public static Requires ( bool condition ) : void
condition bool
리턴 void

RequiresInInclusiveRange() 공개 정적인 메소드

public static RequiresInInclusiveRange ( int start, int length ) : void
start int
length int
리턴 void

RequiresInInclusiveRange() 공개 정적인 메소드

public static RequiresInInclusiveRange ( int start, int end, int length ) : void
start int
end int
length int
리턴 void