We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a12f8 commit b18b153Copy full SHA for b18b153
src/net45/WampSharp/WAMP2/V2/PCL/CodeGeneration/CalleeProxyCodeGenerator.cs
@@ -98,7 +98,7 @@ private IEnumerable<Type> GetTypesToExplore(Type interfaceType)
98
{
99
yield return interfaceType;
100
101
- foreach (Type implementedInterface in interfaceType.GetTypeInfo().ImplementedInterfaces)
+ foreach (Type implementedInterface in interfaceType.GetInterfaces())
102
103
yield return implementedInterface;
104
}
0 commit comments