Skip to content

RageLib.Resources.Common.ResourcePointerArray

Jérémie N'gadi edited this page Aug 5, 2018 · 3 revisions

Represents an array of pointers where each points to an object of type T.

namespace: RageLib.Resources.Common

Inheritance Hierarchy

Syntax

public class ResourcePointerArray : ResourceSystemBlock

Constructors

prototype description

Properties

name description
/images/property.jpg Count __
/images/property.jpg IsReadOnly __
/images/property.jpg Length __
/images/property.jpg this[int index] __

Methods

prototype description
/images/method.jpg void Add(T item) __
/images/method.jpg void Clear() __
/images/method.jpg bool Contains(T item) __
/images/method.jpg void CopyTo(T[] array, int arrayIndex) __
/images/method.jpg > GetEnumerator() __
/images/method.jpg [] GetReferences() Returns a list of data blocks that are referenced by this block.
/images/method.jpg int IndexOf(T item) __
/images/method.jpg void Insert(int index, T item) __
/images/method.jpg void Read(ResourceDataReader reader, params object[] parameters) Reads the data block.
/images/method.jpg bool Remove(T item) __
/images/method.jpg void RemoveAt(int index) __
/images/method.jpg void Write(ResourceDataWriter writer, params object[] parameters) Writes the data block.

Events

name description
Clone this wiki locally