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)
503
if (array.Length - index < dictionary.
Count
) {
527
get { return dictionary.
Count
;}
658
if (array.Length - index < dictionary.
Count
) {
682
get { return dictionary.
Count
;}
System.Workflow.ComponentModel (2)
AuthoringOM\Filters\CompensationHandlingFilter.cs (2)
155
if (sortedListOfCompensatableTargets.
Count
== 0)
410
Activity[] ar = new Activity[sortedListOfCompensatableTargets.
Count
];
WindowsBase (1)
Base\System\IO\Packaging\ZipPackage.cs (1)
663
if (pieceDictionary.
Count
== 0)