In a class declaration in C#, the : is used for inheritance. The class name after the : symbol is the base class. IE, in your example, Class a inherits from class b.
In a class declaration in C#, the : is used for inheritance. The class name after the : symbol is the base class. IE, in your example, Class a inherits from class b.