Constable Authorization Engine 2.0 BETA

UndoItemCollection Constructor (Int32)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the UndoItemCollection class with the given limit.

[Visual Basic]
Overloads Public Sub New( _
   ByVal limit As Integer _
)
[C#]
public UndoItemCollection(
   int limit
);

Parameters

limit
The maximum number of items this collection can contain.

See Also

UndoItemCollection Class | LaMarvin.ComponentModel Namespace | UndoItemCollection Constructor Overload List