Core Feature Analysis - don't reflect properties, their get/set methods show up when iterating methods
This commit is contained in:
parent
c4768c102e
commit
09cb098705
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue