How can we declare a void pointer in C#?
void* identifier;
But it needs to be in unsafe as:
unsafe
{
void* identifier;
}
And unsafe code has to have been allowed for the project.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With