summaryrefslogtreecommitdiff
path: root/Source/CodeContractsExtender/cce.cs
diff options
context:
space:
mode:
authorGravatar Ally Donaldson <unknown>2013-07-22 21:17:07 +0100
committerGravatar Ally Donaldson <unknown>2013-07-22 21:17:07 +0100
commit12f3c4d7f530265c966bc72764d17e08a47aa4c0 (patch)
tree8d9f4c144e88ebe5c748042fcb07b0474a64d1f2 /Source/CodeContractsExtender/cce.cs
parent42bf19b1e4fdde3d3a936a11d2e9eeb95ddd43dd (diff)
Started to remove ...Seq classes
Diffstat (limited to 'Source/CodeContractsExtender/cce.cs')
-rw-r--r--Source/CodeContractsExtender/cce.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CodeContractsExtender/cce.cs b/Source/CodeContractsExtender/cce.cs
index 12163c40..02b80458 100644
--- a/Source/CodeContractsExtender/cce.cs
+++ b/Source/CodeContractsExtender/cce.cs
@@ -29,7 +29,7 @@ public static class cce {
return collection != null && cce.NonNullElements(collection.Values);
}
//[Pure]
- //public static bool NonNullElements(VariableSeq collection) {
+ //public static bool NonNullElements(List<Variable> collection) {
// return collection != null && Contract.ForAll(0, collection.Length, i => collection[i] != null);
//}
/// <summary>