Implemented interface member:
4 references to Count
System.DirectoryServices (4)
System\DirectoryServices\PropertyCollection.cs (4)
163if (((index + Count) > array.Length) || ((index + Count) < index)) 263public int Count => props.Count; 325if (_currentIndex >= propCollection.Count)