Fork me on GitHub
摘要: operatoroperator 关键字用于在类或结构声明中声明运算符。运算符声明可以采用下列四种形式之一:public static result-type operator unary-operator ( op-type operand )public static result-type operator binary-operator ( op-type operand, op-type2 operand2 )public static implicit operator conv-type-out ( conv-type-in operand )public st... 阅读全文
posted @ 2012-05-22 15:12 TimGong 阅读(596) 评论(0) 推荐(0) 编辑