/mcs/tests/test-anon-149.cs
https://bitbucket.org/danipen/mono · C# · 32 lines · 26 code · 6 blank · 0 comment · 0 complexity · 12104bc8bbf1289dca7d35b26d65d579 MD5 · raw file
- using System;
- using System.Collections.Generic;
- class Test
- {
- public static void Main ()
- {
- }
- private void DetermineLinkedCells ()
- {
- List<object> objectList1 = null;
- List<object> objectList2 = null;
- {
- object object1 = null;
- {
- objectList2.FindAll (new Predicate<object> (
- delegate (object objectarg1) {
- return objectarg1.Equals (objectList1);
- }));
- }
- objectList2.FindAll (new Predicate<object> (
- delegate (object objectarg2) {
- return objectarg2.Equals (object1);
- }));
- }
- }
- }