James Michael Hare recently wrote a blog post about Char static methods. He talks about using a method group to write less-wordy LINQ:
Char
The equivalent VB code would be:
If myString.Any(AddressOf Char.IsLower) Then xyzzy()