unsafe Condition in C#
Hi
Pleasa anyone explain to me the unsafe condition and fixed method in C#.
While i have convert java to C# using converter tool, in C# code contain
unsafe
{
fixed
{
pointer is available in this portion.
}
}
What does unsafe and fixed means could u explain this.
Regards
R.Ravikumar
Tom DiannPosted Dec 28, 2005, 3:08 AM
AnttiPosted Dec 26, 2005, 10:19 AM