2 references to ValuesCollection
System.DirectoryServices (2)
System\DirectoryServices\PropertyCollection.cs (2)
67
public ICollection Values => new
ValuesCollection
(this);
282
public KeysCollection(PropertyCollection props) :
base
(props)