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.DictionaryEntry Structure
 
 Description
For classes that implement the IDictionary interface, this class holds a single dictionary entry, comprising two parts :
 
Key Such as a word in a real dictionary.
Value Such as the definition of a word in a real dictionary
 Syntax
Constructor Create ( Key : Object; Value : Object );
 Properties
Key  Object  The Key to this entry
Value  Object  The value for this key

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