unsafe
{
// use pointers
}
don't forget to set your project to allow unsafe blocks of code
From project properties->Build->Allow unsafe code
unsafe
{
// use pointers
}
don't forget to set your project to allow unsafe blocks of code
From project properties->Build->Allow unsafe code