0
kicks
Use C# dynamic typing to break encapsulation of an object
The article shows how dynamic typing in C# can be used to break encapsulation of an object without messy reflection code. This is interesting as a demonstration of dynamic typing in C#, and also comes occasionally useful for testing, experimentation, or hacking around issues.