Implements the IIndexList interface using an array whose size is dynamically increased as required.

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public sealed class IndexList : IIndexList
Visual Basic
Public NotInheritable Class IndexList _
	Implements IIndexList

Inheritance Hierarchy

System..::..Object
  Dynamsoft.DotNet.TWAIN..::..IndexList

See Also