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] Listlist = ...; var copy = new List (list); copy.RemoveAll(x => x.BooleanProperty);
The code fails with an ILAsm error