Hi,
When I write an unsafe code like thisI get two Function(Byte) in the autocompletion list and none like Function(Byte*).
Is this a well known issue?
I apologize for solliciting your support again.
Kind regards,
Edward
When I write an unsafe code like this
public void Function(byte a)
{
}
public unsafe void Function(byte* b)
{
}
Is this a well known issue?
I apologize for solliciting your support again.
Kind regards,
Edward