Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.Generic.IReadOnlyCollection<T>.Count
property
Count
System.Collections.ICollection.Count
7 references to Count
System (4)
compmod\system\collections\generic\sorteddictionary.cs (4)
503if (array.Length - index < dictionary.Count) { 527get { return dictionary.Count;} 658if (array.Length - index < dictionary.Count) { 682get { return dictionary.Count;}
System.Workflow.ComponentModel (2)
AuthoringOM\Filters\CompensationHandlingFilter.cs (2)
155if (sortedListOfCompensatableTargets.Count == 0) 410Activity[] ar = new Activity[sortedListOfCompensatableTargets.Count];
WindowsBase (1)
Base\System\IO\Packaging\ZipPackage.cs (1)
663if (pieceDictionary.Count == 0)