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