Hi,
Is't possible to find out if a field is declared in a specific
interface using Reflection?
-pseudo code-
Type type = MyObject.GetTyp e();
fieldInfo = type.GetFields( ...)
Debug.writeLine (IsDeclaredInIn terface(fieldIn fo, IMyInterface))
-J E E
Is't possible to find out if a field is declared in a specific
interface using Reflection?
-pseudo code-
Type type = MyObject.GetTyp e();
fieldInfo = type.GetFields( ...)
Debug.writeLine (IsDeclaredInIn terface(fieldIn fo, IMyInterface))
-J E E
Comment