Understanding Variable Capturing in C#(blogs.msdn.com)
submitted by
wisemx(8074) 4 years, 2 months ago
With the addition of anonymous delegates in C# 2.0 and with lambda expressions in C# 3.0 you might have been hearing a lot about variable capturing. This is the mechanism in which the delegate/lambda which was defined inline is able to hold on to any variables within its lexical scope.
|category: C#
|Views: 6
tags:
C# 3.0 another
Everyones tags:
Your Tags: