Skip to content

Instantly share code, notes, and snippets.

@AbhinavPradeep
Created December 27, 2019 07:02
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 AbhinavPradeep/bc54626bb243d50f3d8461baad1e7ff1 to your computer and use it in GitHub Desktop.
Save AbhinavPradeep/bc54626bb243d50f3d8461baad1e7ff1 to your computer and use it in GitHub Desktop.
using System;
namespace LnkdList
{
public class Person
{
public string Name {get;set;}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment