- condition
- The conditional expression to test. The expression may include Contract.OldValue``1(``0), Contract.ValueAtReturn``1(``0@), and Contract.Result``1 values.
The condition parameter specifies a postcondition that is expected to be true when the enclosing method or property returns normally.
This method call must be at the beginning of a method or property, before any other code.
You must use the binary rewriter (available at tp://go.microsoft.com/fwlink/?LinkId=152461 on the MSDN DevLabs Web site) for run-time enforcement of this postcondition.