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)
323
if (index < 0 || index >
Count
)
450
if (index < 0 || index >=
Count
) {