Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Flash

Flash

Flash has asked 3 questions and find answers to 0 problems.

Stats

10
EtPoint
0
Vote count
3
questions
0
answers

About

The No, that can not.

Expression.NewAnonymouseType()
dynamic o1 = new ExpandoObject();
o1.Name = "abc";
o1."ID" = 123;
var props = o1.GetProperties();

I hope C# has more dynamic Ability. It is C# 5.0 ?