Computer Science, asked by sumit8882145, 4 months ago

what is purpose of using the block​

Answers

Answered by nd717502
0

Answer:

A block creates a const copy of any local variable that is referenced inside of its scope. Before blocks, whenever you wanted to call some code and have it call you back later, you would typically use delegates or NSNotificationCente

Explanation:

hope it's helpful to u

Answered by raja1140
0

Answer:

The using statement calls the Dispose method on the object in the correct way, and (when you use it as shown earlier) it also causes the object itself to go out of scope as soon as Dispose is called. Within the using block, the object is read-only and can't be modified or reassigned

Similar questions