Hey guys
Just a quick one... How do I determine what interfaces a type implements?
Cheers Anthony
Hey guys
Just a quick one... How do I determine what interfaces a type implements?
Cheers Anthony
You can call the GetInterfaces
method.
Type[] interfaceTypes = myType.GetInterfaces();