IObjectList is an interface for handling a collection of objects.

C# | Visual Basic | Visual C++ |
public interface IObjectList
Public Interface IObjectList
public interface class IObjectList

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | Add(Object) |
Appends an object to the end of the collection
|
![]() | Get(Int32) |
Returns the object at index
|
![]() | Remove(Int32) |
Get the object at index and remove it from the list
|
![]() | Size()() |
Returns the size of this collection
|