Constable Authorization Engine 2.0 BETA

UndoItemCollection.Item Property

[This is preliminary documentation and subject to change.]

Gets the IUndoItem reference with the specified index

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As IUndoItem
[C#]
public IUndoItem this[
   int index
] {get;}

See Also

UndoItemCollection Class | LaMarvin.ComponentModel Namespace