Click or drag to resize

ContractRequires Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodStatic memberRequires(Boolean, String)
Specifies a precondition contract for the enclosing method or property.
Public methodStatic memberRequiresTException(Boolean, String, String)
Specifies a precondition contract for the enclosing method or property, and throws an exception with the provided message if the condition for the contract fails.
Top
See Also