CollectionsUtil

CollectionsUtil

System.Collections.Specialized (system.dll) class

This class defines static methods to create special collections in which keys are sorted without respect to case. CreateCaseInsensitiveHashtable( ) creates a Hashtable , and CreateCaseInsensitiveSortedList( ) creates a System.Collections.SortedList .

 public class  CollectionsUtil  {  // Public Constructors  public  CollectionsUtil  ( );  // Public Static Methods  public static Hashtable  CreateCaseInsensitiveHashtable  ( );    public static Hashtable  CreateCaseInsensitiveHashtable  (System.Collections.IDictionary   d   );    public static Hashtable  CreateCaseInsensitiveHashtable  (int   capacity   );    public static SortedList  CreateCaseInsensitiveSortedList  ( ); } 


C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net