C# inheritance - ricardov-venegas-intl/min-sharp GitHub Wiki
What to get from c#
- Classes
- Interfaces
- Generics
- Linq
- Lambdas
- basic syntax
- async
What not to get from C#
- Multiple numeric types (Int32,Uint32, Float,decimal, etc) keep single type numeric
- structs
- Arrays, is just another type of generic
- non generic enumerable
- Base class library
- internal keyword