Summary
Elements in the specified `list` reference specific indices in another list.
Call this method when removing an element from the other list to adjust the
Weaver.IReferenceIndex.ReferencedIndex
of the elements in this `list` accordingly.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- WeaverUtilities
Syntax
public static void OnReferenceRemoved<T>(List<T> list, int index) where T : class, IReferenceIndex
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
list | List |
|
index | int |
Return Value
Type | Description |
---|---|
void |