Greetings!

A source code file for a .Net 3.5 application contains the following code in the beginning of an array definition:

A C# source code file I am hoping to use in a project of my own has an array definition that begins with the following code:

stf.ParseBlock(new STFReader.TokenProcessor[] {
new STFReader.TokenProcessor("eventtypelocation", ()=>{ stf.SkipBlock(); }),

What does the "()=>" mean? I've never seen that construct before.

Thanks very much!

RobR