Contract.ValueAtReturn<T> Method
Represents the final (output) value of an out parameter when returning from a method.
Namespace: System.Diagnostics.Contracts
Assembly: mscorlib (in mscorlib.dll)
This method can be used only in the conditional expression for the Ensures contract. As with the OldValue<T> method, you can omit the generic type parameter whenever the compiler is able to infer its type. The contract rewriter replaces the method call with the value of the out parameter. The ValueAtReturn<T> method may appear only in postconditions. The argument to the method must be an out parameter or a field of a structure out parameter. The latter is also useful when referring to fields in the postcondition of a structure constructor.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.