Show/Hide Toolbars

XSharp

There are several block statements that allow you to group a block of code. Variables declared inside a block are only visible for the duration of the block.

 

BEGIN CHECKED

BEGIN FIXED

BEGIN LOCK

BEGIN SCOPE

BEGIN UNCHECKED

BEGIN UNSAFE

BEGIN USING