Answers for "anonymous object c#"

C#
0

how to access items inside anonymous object

string str = (string)jsonObj.SelectToken("prop1.prop2");
Posted by: Guest on January-22-2021
0

anonymous class c#

var myType=new{Id=1,Name="Gourab",Gender="Male",Sal=5.5f}
Posted by: Guest on November-01-2021

C# Answers by Framework

Browse Popular Code Answers by Language