Assume I have a class C that inherits from 2 interfaces (I1 and I2). I also have two versions of a method (DoStuff), each taking one of the interfaces as a parameter. If I call DoStuff(C), which one g
I have two ArrayUtil classes I need to access from the same class - they each come from external libraries and have different code, so I can\'t just combine them.
I\'ve been trying to modify a rich text field to display correctly in its half of the horizontal field.