2 references to KeysCollection
System.DirectoryServices (2)
System\DirectoryServices\PropertyCollection.cs (2)
65
public ICollection PropertyNames => new
KeysCollection
(this);
127
ICollection IDictionary.Keys => new
KeysCollection
(this);