G
George Meng
Is there a way to build partial class on the fly, the partial class then
extend the class which is already complied?
For example: I have a class
public class TheClass
......
End Class
Then at the runtime, I generate the partial class:
partial public class TheClass
......
End Class
And let the two class work together?
George
extend the class which is already complied?
For example: I have a class
public class TheClass
......
End Class
Then at the runtime, I generate the partial class:
partial public class TheClass
......
End Class
And let the two class work together?
George