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