Dumps all information that it can find of the type using reflection. This should only be used to debug.
public void Dump<T>(T obj, bool getVariables=false);
obj
T
The object to reflect on.
getVariables
System.Boolean
Whether it should search recursively for the elements within the elements.
Implements Dump(T, bool)