This topic has not yet been rated - Rate this topic

Contract.Ensures Method

Specifies a postcondition contract for the enclosing method or property.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member Ensures(Boolean) Specifies a postcondition contract for the enclosing method or property.
Public method Static member Ensures(Boolean, String) Specifies a postcondition contract for a provided exit condition and a message to display if the condition is false.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.