T
thxBruin
I have a c++ class like this:
class b : private a{...}
and now i want to convert it to csharp, but i don't know how can i do it by
csharp. When i build a test.cs like this:
Class b: private a{...}
vs2003 said error:cs1031 and cs1519.
class b : private a{...}
and now i want to convert it to csharp, but i don't know how can i do it by
csharp. When i build a test.cs like this:
Class b: private a{...}
vs2003 said error:cs1031 and cs1519.