Implemented interface member:
property
Count
System.Collections.ICollection.Count
5 references to Count
mscorlib (5)
system\security\permissions\keycontainerpermission.cs (5)
240
if (index >=
Count
)
306
if (index + this.
Count
> array.Length)
310
for (int i=0; i < this.
Count
; i++) {
359
if (m_current == ((int) m_entries.
Count
- 1))
539
if (AccessEntries.
Count
> 0) {