The underlying ArrayList.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Protected Friend ReadOnly Property InnerList As ArrayList
C#
protected internal ArrayList InnerList { get; }
Visual C++
protected public:
property ArrayList^ InnerList {
	ArrayList^ get ();
}

See Also