KGy SOFT Core Libraries Help
C#
VB
C++
F#
Show/Hide TOC
Enumerable
Extensions
Try
Get
Count Method
Overload List
TryGetCount(IEnumerable, Int32
)
Tries to get the number of elements in the
source
enumeration without enumerating it.
TryGetCount
T
(IEnumerable
T
, Int32
)
Tries to get the number of elements in the
source
enumeration without enumerating it.
See Also
Reference
EnumerableExtensions Class
KGySoft.CoreLibraries Namespace
In This Article
Overload List
See Also