Answers

Question and Answer:

  Home  Net Dynamics

⟩ What is ExpandoObject?

The ExpandoObject class refers to a class whose members can be explicitly added and removed at runtime. In other words, the ExpandoObject class allows dynamic binding of the objects, which enables you to use standard syntax, similar to the dynobj.Method method instead of using more complex syntax, such as dynobj.getAttribute("Method").

 160 views

More Questions for you: