This topic has not yet been rated - Rate this topic

Dictionary<TKey, TValue>.LastOrDefault Method

.NET Framework 3.5

Returns the last element of a sequence, or a default value if no element is found.

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 LastOrDefault() Returns the last element of a sequence, or a default value if the sequence contains no elements. (Defined by Enumerable.)
Public Extension Method LastOrDefault(Func<KeyValuePair<TKey, TValue>, Boolean>) Returns the last element of a sequence that satisfies a condition or a default value if no such element is found. (Defined by Enumerable.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.