RageLib.Resources.Common.ListBase - indilo53/gta-toolkit GitHub Wiki
namespace: RageLib.Resources.Common
Inheritance Hierarchy
Syntax
public class ListBase : ResourceSystemBlock
Constructors
:white_large_square: |
prototype |
description |
method |
ListBase () |
__ |
Properties
:white_large_square: |
name |
description |
property |
Count |
__ |
property |
Data |
__ |
property |
IsReadOnly |
__ |
property |
this[int index] |
__ |
Methods
:white_large_square: |
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) |
__ |
Events
:white_large_square: |
name |
description |