Implemented interface member:
property
Count
System.Collections.ICollection.Count
4 references to Count
mscorlib (4)
system\security\policy\applicationtrust.cs (4)
427
if (appTrusts.
Count
> 0)
623
if (array.Length - index < this.
Count
)
627
for (int i=0; i < this.
Count
; i++) {
683
if (m_current == ((int) m_trusts.
Count
- 1))