Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save dontpaniclabsgists/ffd39b9ea20ff4bef1d1e2d2c99335cf to your computer and use it in GitHub Desktop.

Select an option

Save dontpaniclabsgists/ffd39b9ea20ff4bef1d1e2d2c99335cf to your computer and use it in GitHub Desktop.
private void DoSomething1(byte[] data)
{
data[0] = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment