Enhancer Error with RemoveAll

Number:1587
Tracker:Fehler
Author:Mirko Matytschak
Version:NDO 4.0
Assigned to: Mirko Matytschak
Status: Neu

The following code doesn't compile:

[NDORelation]
List list = ...;

var copy = new List(list);
copy.RemoveAll(x => x.BooleanProperty);

The code fails with an ILAsm error

<<  previous   next  >>
Back to the Overview