EnumerableExtensionsTryGetCount Method

Overload List

TryGetCount(IEnumerable, Int32) Tries to get the number of elements in the source enumeration without enumerating it.
TryGetCountT(IEnumerableT, Int32) Tries to get the number of elements in the source enumeration without enumerating it.

See Also