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