Snippets created by kvb

  • Typed access to IEnumerable

    This snippet provides a way to gain typed access to System.Collection.IEnumerable values (such as instances of System.Text.RegularExpression.MatchCollection), as long as they support a Count property and an Item accessor.

    12 people like this

    Posted: 12 years ago by kvb