Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created May 23, 2022 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/5e8515ab7502c3e39dd8cad92fc5527f to your computer and use it in GitHub Desktop.
Save lgolubyev/5e8515ab7502c3e39dd8cad92fc5527f to your computer and use it in GitHub Desktop.
public record Person
{
public string FirstName { get; init; }
public string LastName { get; init; }
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment