Skip to content

Instantly share code, notes, and snippets.

@idg10
Created February 22, 2019 12:57
Show Gist options
  • Save idg10/14c1fdbda99ce1e1639485d613bc53e1 to your computer and use it in GitHub Desktop.
Save idg10/14c1fdbda99ce1e1639485d613bc53e1 to your computer and use it in GitHub Desktop.
A C# function signature with an out parameter
public static bool Read(int[] buffer, out int bytesRead)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment