IEnumerable.GetNonEnumeratedCount Method
Definition
Attempts to retrieve the count without calling the enumerator; returns -1 otherwise.
Delphi
function GetNonEnumeratedCount: Integer
Returns
Integer
Remarks
This method is primarily for internal use to provide count based results as efficient as possible.