Collects all references for one item of a specific type.
| Name | Type | Description | Notes |
|---|---|---|---|
| ToString | string | Text summary of the box. |
| Name | Type | Description | Notes |
|---|---|---|---|
| from_item_ID | uint | The ID of the item that refers to other items. | |
| reference_count | uint | The number of references. | |
| to_item_ID | uint[] | The array of the IDs of the item referred to. |
| Name | Description | Parameters |
|---|---|---|
| SingleItemTypeReferenceBox | Create the box object from the bitstream and box size. | BitStreamReader stream - File stream. ulong size - Box size in bytes. |