Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
2 references to Count
System.Data.Linq (2)
Types.cs (2)
323if (index < 0 || index > Count) 450if (index < 0 || index >= Count) {