Skip to content

Instantly share code, notes, and snippets.

@atsvetkov
Created December 25, 2016 21:15
Show Gist options
  • Save atsvetkov/67372886923c30069ca7c3185346142a to your computer and use it in GitHub Desktop.
Save atsvetkov/67372886923c30069ca7c3185346142a to your computer and use it in GitHub Desktop.
public class ParsingResult
{
public bool IsSuccessful { get; set; }
public int Result { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment