Minggu, 23 Januari 2011

Internals of loops (While, For and ForEach)

The InternalsBefore going further with the internals of loop let me clear out one fact which you always remember. Goto is a construct(keyword) in C# that allows you to unconditionally transfer the control from one place to another. The IL equivalent for goto statement is br.s which takes just an instruction line number to transfer the control to a place. Another small instruction brtrue.s which

Tidak ada komentar:

Posting Komentar