~charlie.poole/nunitv2/equality-handlers

« back to all changes in this revision

Viewing changes to src/NUnitFramework/framework/Constraints/ComparisonConstraints.cs

  • Committer: Charlie Poole
  • Date: 2011-03-29 21:54:46 UTC
  • mfrom: (3257.4.15 standalone-editor)
  • Revision ID: charlie@nunit.org-20110329215446-pu1r6okg4www4zat
Remove integrated project editor and substitute new standalone editor

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
using System;
8
8
using System.Collections;
9
 
#if NET_2_0
 
9
#if CLR_2_0
10
10
using System.Collections.Generic;
11
11
#endif
12
12
 
102
102
            return this;
103
103
        }
104
104
 
105
 
#if NET_2_0
 
105
#if CLR_2_0
106
106
        /// <summary>
107
107
        /// Modifies the constraint to use an IComparer&lt;T&gt; and returns self
108
108
        /// </summary>