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