Wednesday, August 5, 2009

What is the use of the fixed statement in C# ?


It prevents the garbage collector from relocating a movable variable and is permitted on unsafe context.


www.codecollege.NET

No comments:

Post a Comment