mgusmano / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

Type.GetInterfaces() is not implemented #284

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Type.GetInterfaces() is not implemented in SharpKit:

typeof(List).GetInterfaces()
// Js error: TypeError: GetInterfaces is not a function

Additional info:
As a workaround, iterate through type._JsType.interfaces in the JsContext.

Original issue reported on code.google.com by theo.tig...@googlemail.com on 28 Feb 2013 at 4:42