Searched defs:ICollection (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs113 #region ICollection Members
171 public class SubList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable
200 #region ICollection Members
202 void ICollection.CopyTo( Array array, int index )
231 ICollection sourceCollection = _source as ICollection;
243 ICollection sourceCollection = _source as ICollection;
339 #region ICollection<
[all...]

Completed in 304 milliseconds