Home
last modified time | relevance | path

Searched refs:KeyCollection (Results 1 – 1 of 1) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs184 private sealed class KeyCollection : ICollection class in Antlr.Runtime.Collections.HashList
190 internal KeyCollection() in KeyCollection() method in Antlr.Runtime.Collections.HashList.KeyCollection
194 internal KeyCollection(HashList hashList) in KeyCollection() method in Antlr.Runtime.Collections.HashList.KeyCollection
222 if (o is KeyCollection) in Equals()
224 KeyCollection other = (KeyCollection) o; in Equals()
434 get { return new KeyCollection(this); }