1.

What are the four main limitations of Anonymous Method?

Answer»

What are the four main limitations of Anonymous METHOD?
Below are the 4 main limitations of Anonymous method as define below:-
(1)Anonymous method cannot contain jump statement like GOTO, break or continue.
(2)In Anonumous method it cannot access ref or out parameter of an OUTER method.
(3)Anonymous method cannot have or access UNSAFE code.
(4)Anonymous method cannot be used on the left side of the is OPERATOR.



Discussion

No Comment Found