Xceed .NET Libraries Documentation
ListBase Class
Members 


Xceed.Zip Assembly > Xceed.Utils.Collections Namespace : ListBase Class
Represents any type of list.
Syntax
'Declaration
 
<ListBindableAttribute(False)>
Public MustInherit Class ListBase 
   Implements System.Collections.ICollectionSystem.Collections.IEnumerableSystem.Collections.IList 
'Usage
 
Dim instance As ListBase
Remarks

There are 3 ways to access or modify the items of the list: If you want all verifications to be done, use the List* methods. To bypass the fixed size and readonly verifications, use the Internal* methods. If you do not want to On* methods to be called and you also want to bypass the fixed size and readonly verifications, then use the Array* methods.

When you derive from this class you must call List* for all typed IList implementations.

Inheritance Hierarchy

System.Object
   Xceed.Utils.Collections.ListBase
      Xceed.Ftp.FtpItemInfoList
      Xceed.Ftp.FtpListingParserList
      Xceed.Ftp.StringList
      Xceed.Zip.Sfx.NotifyListBase

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

Reference

ListBase Members
Xceed.Utils.Collections Namespace