Skip to content

Instantly share code, notes, and snippets.

@aershov24
Created September 23, 2020 05:52
Show Gist options
  • Save aershov24/c5c8ae84d61a5e023dbae0095e59f4db to your computer and use it in GitHub Desktop.
Save aershov24/c5c8ae84d61a5e023dbae0095e59f4db to your computer and use it in GitHub Desktop.
Markdium-
var anonymousData = new
{  
    ForeName = "Jignesh",  
    SurName = "Trivedi"
};  
Console.WriteLine("First Name : " + anonymousData.ForeName);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment