我有以下c#代码.我不知道=>这段代码中运算符的含义!!
=>
public class ClassA: ClassB { public string Type => "article"; }
c#
c# ×1