Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / UniqueStringList Class
Members

In This Topic
    UniqueStringList Class
    In This Topic
    Helper class used by FieldReader and FieldWriter to maintain a cache of unique strings that have been read/written. Provides a faster way to store string tokens both maintaining the order that they were added and providing a fast lookup. Based on code developed by ewbi at http://ewbi.blogs.com/develops/2006/10/uniquestringlis.html
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class UniqueStringList 
    [DefaultMember("Item")]
    public sealed class UniqueStringList 
    Remarks
    Provides a faster way to store string tokens both maintaining the order that they were added and providing a fast lookup. Based on code developed by ewbi at http://ewbi.blogs.com/develops/2006/10/uniquestringlis.html
    Inheritance Hierarchy

    System.Object
       Gibraltar.Serialization.UniqueStringList

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also