Core Feature Analysis - don't reflect properties, their get/set methods show up when iterating methods

This commit is contained in:
adelikat 2014-11-30 23:28:18 +00:00
parent c4768c102e
commit 09cb098705
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,8 @@ namespace BizHawk.Client.EmuHawk
}
}
// Properties are redundant the getter and setters show up when iterating methods
/*
foreach (var field in service.GetProperties().OrderBy(f => f.Name))
{
var i = field.IsImplemented();
@ -139,6 +141,7 @@ namespace BizHawk.Client.EmuHawk
fullyImplementedInterface = false;
}
}
*/
}
else
{