메소드 | 설명 | |
---|---|---|
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 |
public static RequiresInInclusiveRange ( int start, int length ) : void | ||
start | int | |
length | int | |
리턴 | void |
public static RequiresInInclusiveRange ( int start, int end, int length ) : void | ||
start | int | |
end | int | |
length | int | |
리턴 | void |