Skip to content

Instantly share code, notes, and snippets.

@vgerbase
Last active August 6, 2017 15:04
Show Gist options
  • Save vgerbase/d37076c10352a56f7df5 to your computer and use it in GitHub Desktop.
Save vgerbase/d37076c10352a56f7df5 to your computer and use it in GitHub Desktop.
C# code to fill an array with a value
byte[] a = Enumerable.Repeat((byte)10, 100).ToArray();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment