In C#, how do I dump an object to find the public properties and methods?
For instance:
`ToString` doesn't show me everything on the object, how can I find the rest? Is there a way to set up an IDE to get IntelliSense when working on plugins?Code:foreach (var player in BasePlayer.activePlayerList) { Puts(player.ToString()); }
Dumping properties and methods? (C#)
Discussion in 'Rust Development' started by Mheetu, Mar 20, 2016.
