diff --git a/Microsoft.Research/Contracts/PresentationFramework/Sources/System.Windows.Data.MultiBinding.cs b/Microsoft.Research/Contracts/PresentationFramework/Sources/System.Windows.Data.MultiBinding.cs index 1f73a0ad..29f028f4 100644 --- a/Microsoft.Research/Contracts/PresentationFramework/Sources/System.Windows.Data.MultiBinding.cs +++ b/Microsoft.Research/Contracts/PresentationFramework/Sources/System.Windows.Data.MultiBinding.cs @@ -15,6 +15,7 @@ // File System.Windows.Data.MultiBinding.cs // Automatically generated contract file. using System.Collections.Generic; +using System.Collections.ObjectModel; using System.IO; using System.Text; using System.Diagnostics.Contracts; @@ -69,6 +70,7 @@ public System.Collections.ObjectModel.Collection Bindings { get { + Contract.Ensures(Contract.Result>() != null); return default(System.Collections.ObjectModel.Collection); } }