CodePlexProject Hosting for Open Source Software
using.NUnit.Framework; using NStl.Linq;//Import the extensions List<int> list = new List<int>(){0,1,2,3}; ListTIterator<int> it = Algorithm.Find(list.Begin(), list.End(), 2); Assert.That(it, Is.Not.EqualTo(list.End());
Sign in to display notification settings.