2 references to ValuesEnumerator
System.DirectoryServices (2)
System\DirectoryServices\PropertyCollection.cs (2)
277public virtual IEnumerator GetEnumerator() => new ValuesEnumerator(props); 339public KeysEnumerator(PropertyCollection collection) : base(collection)