L
Larry
Does anyone know how to generate the following code using CodeDom?
class ChildClass {
public ChildClass(string sometext) : base(sometext) {
}
}
Thanks,
Larry
class ChildClass {
public ChildClass(string sometext) : base(sometext) {
}
}
Thanks,
Larry