This topic has not yet been rated - Rate this topic

BitmapMetadata.Any Method

.NET Framework 3.5

Determines whether any element of a sequence exists or satisfies a condition.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public Extension Method Any() Determines whether a sequence contains any elements. (Defined by Enumerable.)
Public Extension Method Any(Func<String, Boolean>) Determines whether any element of a sequence satisfies a condition. (Defined by Enumerable.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.