¡@

Home 

c# Programming Glossary: mysuperclass

Attributes and inheritance

http://stackoverflow.com/questions/1240960/attributes-and-inheritance

a super class... MyUberAttribute SpecialName Bob class MySuperClass public void DoInterestingStuf ... If we create an sub class.. void DoInterestingStuf ... If we create an sub class of MySuperClass it will have this attribute... class MySubClass MySuperClass.. it will have this attribute... class MySubClass MySuperClass ... Then instantiate an instance of MySubClass... MySubClass..

The C# conditional operator gets confused, but why? [duplicate]

http://stackoverflow.com/questions/4087304/the-c-sharp-conditional-operator-gets-confused-but-why

both descendants of the same superclass like this class MySuperClass class A MySuperClass class B MySuperClass Then this assignment.. the same superclass like this class MySuperClass class A MySuperClass class B MySuperClass Then this assignment won't pass the compiler.. like this class MySuperClass class A MySuperClass class B MySuperClass Then this assignment won't pass the compiler MySuperClass p..