Method | Description | |
---|---|---|
Abandon ( ) : void | ||
Assert ( bool condition ) : void | ||
Requires ( bool condition ) : void | ||
RequiresInInclusiveRange ( int start, int length ) : void | ||
RequiresInInclusiveRange ( int start, int end, int length ) : void |
Method | Description | |
---|---|---|
RequiresInRange ( int start, int length ) : void |
public static Assert ( bool condition ) : void | ||
condition | bool | |
return | void |
public static Requires ( bool condition ) : void | ||
condition | bool | |
return | void |
public static RequiresInInclusiveRange ( int start, int length ) : void | ||
start | int | |
length | int | |
return | void |
public static RequiresInInclusiveRange ( int start, int end, int length ) : void | ||
start | int | |
end | int | |
length | int | |
return | void |