You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I watched this Dynamic C# course from pluralsight and found that implementing getdynamicmembernames gives a nice "dynamic view" option in the debugger.
Right now dynamic objects from Python to C# are black-box in the debugger.
I watched this Dynamic C# course from pluralsight and found that implementing getdynamicmembernames gives a nice "dynamic view" option in the debugger.
Right now dynamic objects from Python to C# are black-box in the debugger.
https://www.pluralsight.com/courses/c-sharp-dynamic-fundamentals
https://msdn.microsoft.com/en-us/library/system.dynamic.dynamicobject.getdynamicmembernames(v=vs.110).aspx
The text was updated successfully, but these errors were encountered: