Skip to content

Instantly share code, notes, and snippets.

@tdshipley
Created December 9, 2015 22:44
Show Gist options
  • Save tdshipley/db3b54dfd1c73b29d42e to your computer and use it in GitHub Desktop.
Save tdshipley/db3b54dfd1c73b29d42e to your computer and use it in GitHub Desktop.
Example of a static method in C#
private static bool IsJpegMatch(byte[] block)
{
// Implementation of IsJpegMatch method omitted
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment