Implemented interface member:
property
Count
System.Collections.ICollection.Count
2 references to Count
mscorlib (2)
system\collections\listdictionaryinternal.cs (2)
207if ( array.Length - index < this.Count ) 341if (array.Length - index < list.Count)