C# operator关键字用法

operator  关键字重载内置运算符,或在类或结构声明中提供用户定义的转换。

https://zhidao.baidu.com/question/983737288628951339.html

https://blog.csdn.net/w200221626/article/details/52412787

官网https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/keywords/operator

你可能感兴趣的:(C# operator关键字用法)