fullinspector
fullinspector copied to clipboard
Consider adding support for default values in facade
How should they be supported? Via an annotation (ie, [InspectorFacadeDefault]), or via some other mechanism? One issue with annotations is that the default values will be limited to primitive types.
What about something like
interface IFacadeDefaultValueProvider {
object GetDefaultValue(MemberInfo member);
}