what is purpose of using the block
Answers
Answered by
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
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
Geography,
2 months ago
Science,
2 months ago
English,
4 months ago
Social Sciences,
4 months ago
Environmental Sciences,
9 months ago
English,
9 months ago
Math,
9 months ago