Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ InternalUpdateRange()

void System.Collections.ArrayList.Range.InternalUpdateRange ( )
inlineprivate

Definition at line 1680 of file ArrayList.cs.

1681 {
1683 {
1684 throw new InvalidOperationException(SR.InvalidOperation_UnderlyingArrayListChanged);
1685 }
1686 }

References System.Collections.ArrayList.Range._baseList, System.Collections.ArrayList.Range._baseVersion, System.Collections.ArrayList._version, and System.SR.InvalidOperation_UnderlyingArrayListChanged.

Referenced by System.Collections.ArrayList.Range.Add(), System.Collections.ArrayList.Range.AddRange(), System.Collections.ArrayList.Range.BinarySearch(), System.Collections.ArrayList.Range.Clear(), System.Collections.ArrayList.Range.Clone(), System.Collections.ArrayList.Range.Contains(), System.Collections.ArrayList.Range.CopyTo(), System.Collections.ArrayList.Range.CopyTo(), System.Collections.ArrayList.Range.GetEnumerator(), System.Collections.ArrayList.Range.GetRange(), System.Collections.ArrayList.Range.IndexOf(), System.Collections.ArrayList.Range.IndexOf(), System.Collections.ArrayList.Range.IndexOf(), System.Collections.ArrayList.Range.Insert(), System.Collections.ArrayList.Range.InsertRange(), System.Collections.ArrayList.Range.LastIndexOf(), System.Collections.ArrayList.Range.LastIndexOf(), System.Collections.ArrayList.Range.RemoveAt(), System.Collections.ArrayList.Range.RemoveRange(), System.Collections.ArrayList.Range.Reverse(), System.Collections.ArrayList.Range.SetRange(), System.Collections.ArrayList.Range.Sort(), System.Collections.ArrayList.Range.ToArray(), and System.Collections.ArrayList.Range.ToArray().