DelphiBasics
  Home  |  Delphi .net Home  |  System.Collections NameSpace
 .NET Framework
 Namespace References

 System
 System.Collections
 
  ArrayList  Class 
  BitArray  Class 
  CaseInsensitiveComparer  Class 
  Comparer  Class 
  DictionaryEntry  Structure 
  HashTable  Class 
  ICollection  Interface 
  IComparer  Interface 
  IDictionary  Interface 
  IDictionaryEnumerator  Interface 
  IEnumerator  Interface 
  IList  Interface 
  Queue  Class 
  SortedList  Class 
  Stack  Class 
 System.Globalization
 System.IO

 Articles and Tutorials

 Overview of .NET
 Delphi and .NET
 Winform Applications
 ASP .Net Applications
 php Web Services
 Framework Collections
 Framework String Handling
 Framework Files and Folders


 
 
  System.Collections.ICollection Interface
 
 Description
Collections are classes that literally hold collections of data, such as lists, queues and stacks.
 
The ICollection interface provides just the CopyTo method that must be implemented.
 Properties
Count  Integer  Gets the number of elements contained in the Collection.
IsSynchronized  Boolean  Gets a value indicating whether access to the Collection is synchronized (thread-safe).
SyncRoot  Object  Gets an object that can be used to synchronize access to the Collection

 Delphi Basics links
 
System.Collections.ArrayList
System.Collections.BitArray
System.Collections.HashTable
System.Collections.Queue
System.Collections.SortedList
System.Collections.Stack

 Microsoft MSDN links
 
System.Collections
System.Collections.icollection
 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page