Which of these members cannot be included in C# interface?
Class can have data and behavior (method) but interface can only have behavior. C# event and property are actually translated to methods in IL.