Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • What's test.All? That's not a string method, is it some kind of extension method? Or a LINQ method? Commented Aug 29, 2011 at 14:07
  • @Task All is a linq extension of string. See msdn.microsoft.com/en-us/library/system.string.aspx Commented Oct 6, 2011 at 16:25
  • Ah! The "Extension Methods" section of the documentation is new to me, I hadn't seen that before. I guess I've gotten too used to finding everything I need in the earlier "Properties" or "Methods" area. Thanks! Commented Oct 7, 2011 at 13:31