forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 17
RageLib.Resources.Common.ListBase
Jérémie N'gadi edited this page Aug 5, 2018
·
3 revisions
namespace: RageLib.Resources.Common
public class ListBase : ResourceSystemBlock| ⬜ | prototype | description |
|---|---|---|
| method | ListBase () |
__ |
| ⬜ | name | description |
|---|---|---|
| property | Count |
__ |
| property | Data |
__ |
| property | IsReadOnly |
__ |
| property | this[int index] |
__ |
| ⬜ | prototype | description |
|---|---|---|
| method | void Add(T item) |
__ |
| method | void Clear() |
__ |
| method | bool Contains(T item) |
__ |
| method | void CopyTo(T[] array, int arrayIndex) |
__ |
| method | > GetEnumerator() |
__ |
| method | int IndexOf(T item) |
__ |
| method | void Insert(int index, T item) |
__ |
| method | bool Remove(T item) |
__ |
| method | void RemoveAt(int index) |
__ |
| ⬜ | name | description |
|---|