Is it possible to have two parts (same namespace, same class name) to a partial class in separate DLLs?
Is it possible to have two parts (same namespace, same class name) to a partial class in separate DLLs?
You probably just want to create a Wrapper class within you own library, around the class in the 3rd part library. Then add whatever functionality to the wrapper class.