IInterfaceList : Method overview By inheritance
IInterfaceList
Member | Visibility | Description |
---|---|---|
Add | default | Add an interface to the list |
Clear | default | Clear the list |
Delete | default | Remove an interface from the list |
Exchange | default | Exchange 2 interfaces in the list |
First | default | Return the first non-empty interface in the list. |
Get | default | Retrieve an interface pointer from the list. |
GetCapacity | default | Return the capacity of the list. |
GetCount | default | Return the current number of elements in the list. |
IndexOf | default | Return the index of an interface. |
Insert | default | Insert an interface in the list. |
Last | default | Returns the last non-nil interface in the list. |
Lock | default | Lock the list |
Put | default | Write an item to the list |
Remove | default | Remove an interface from the list |
SetCapacity | default | Set the capacity of the list |
SetCount | default | Set the number of items in the list |
Unlock | default | Unlock the list. |