Dictionary<TKey, TValue>.Any Method

Include Protected Members
Include Inherited Members

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

Overload List

  Name Description
Bb919565.pubextension(en-us,VS.95).gif Any() Determines whether a sequence contains any elements. (Defined by Enumerable.)
Bb919565.pubextension(en-us,VS.95).gif Any(Func<KeyValuePair<TKey, TValue>, Boolean>) Determines whether any element of a sequence satisfies a condition. (Defined by Enumerable.)

Top

See Also

Reference

Dictionary<TKey, TValue> Class

Dictionary<TKey, TValue> Members

System.Collections.Generic Namespace