SortedDictionary<TKey, TValue>.Count Method
.NET Framework 3.5
Returns the number of elements in a sequence.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Count() | Returns the number of elements in a sequence. (Defined by Enumerable.) |
|
Count(Func<KeyValuePair<TKey, TValue>, Boolean>) | Returns a number that represents how many elements in the specified sequence satisfy a condition. (Defined by Enumerable.) |