Hello guys, I would like to print out the property names and the values but can't find the right
A tool for sharing your source code with the world!

Console.WriteLine("Title: " + recipe1.Title);Console.WriteLine("Title: " + Title);Console.WriteLine("Title: " + Title);
Console.WriteLine("Type: " + Type);
Console.WriteLine("Number: " + Number);
Console.WriteLine("Difficulty: " + Difficulty);
Console.WriteLine("Ingredients: " + Ingredients);