ObservableCollections icon indicating copy to clipboard operation
ObservableCollections copied to clipboard

ArgumentOutOfRangeException in ObservableList when call the Remove method

Open emako opened this issue 4 months ago • 0 comments

Image

e.OldStartingIndex is 0 and list.Count is 0

Version: <PackageReference Include="ObservableCollections" Version="3.3.4" />

System.ArgumentOutOfRangeException
  HResult=0x80131502
  Message=索引超出范围。必须为非负值并小于集合大小。
Parameter name: index

emako avatar Aug 25 '25 13:08 emako