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