LINQ in Action roller

How to Step Inside XLINQ Code

I tried calling function but I still can not step inside isevent method while debugging in visual studio 2008 int[] items = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; var c = from next in items where IsEvent(next) select next; //XDocument d = new XDocument(new XElement("Products", products)); return string.Empty; } private bool IsEvent(object @int) { return true; } Thanks Rugved Read More...
Published Friday, September 05, 2008 10:08 PM by MSDN Forums: LINQ Project General
Anonymous comments are disabled

Featured Item

This Blog

Sponsoring

Syndication