Initializes a new instance of the ListIterator class
Namespace: System.utilAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public ListIterator( ArrayList col ) |
Visual Basic |
---|
Public Sub New ( _ col As ArrayList _ ) |
Visual C++ |
---|
public: ListIterator( ArrayList^ col ) |
Parameters
- col
- Type: System.Collections..::..ArrayList