Skip to content

Instantly share code, notes, and snippets.

@keithn
Created January 20, 2021 09:34
Show Gist options
  • Save keithn/92084a41fda14d45ef6cc298d2fc5c25 to your computer and use it in GitHub Desktop.
Save keithn/92084a41fda14d45ef6cc298d2fc5c25 to your computer and use it in GitHub Desktop.
return new Item()
{
Name = addName,
Weight = int32.Parse(addWeight),
Value = int32.Parse(addValue)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment