Comments
Sort by recent activity
Here is an example:
bool istrue = (CS$<>9__CachedAnonymousMethodDelegate8 == null) && Enumerable.All<FrameworkElement>(allParents, CS$<>9__CachedAnonymousMethodDelegate8);
[CompilerGenerated]
private static Func<FrameworkElement, bool> CS$<>9__CachedAnonymousMethodDelegate8;
what's the possible original code with lambda expression for above disassembled code? / comments
Here is an example:
bool istrue = (CS$<>9__CachedAnonymousMethodDelegate8 == null) && Enumerable.All<FrameworkElement>(allParents, CS$<>9__CachedAnonymousMethodDelegate8);
[CompilerGenerated]
priva...