Home
last modified time | relevance | path

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

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs279 private sealed class ValueCollection : ICollection class in Antlr.Runtime.Collections.HashList
285 internal ValueCollection() in ValueCollection() method in Antlr.Runtime.Collections.HashList.ValueCollection
289 internal ValueCollection(HashList hashList) in ValueCollection() method in Antlr.Runtime.Collections.HashList.ValueCollection
422 get { return new ValueCollection(this); }