最好详细点说 谢谢。种类作用。。

解决方案 »

  1.   

    http://msdn.microsoft.com/zh-cn/library/6a71f45d(v=VS.71).aspxOperator category Operators
    Arithmetic +   -   *   /   %
    Logical (boolean and bitwise) &   |   ^   !   ~   &&   ||   true   false
    String concatenation +
    Increment, decrement ++   --
    Shift <<   >>
    Relational ==   !=   <   >   <=   >=
    Assignment =   +=   -=   *=   /=   %=   &=   |=   ^=   <<=   >>=
    Member access .
    Indexing []
    Cast ()
    Conditional ?:
    Delegate concatenation and removal +   -
    Object creation new
    Type information as   is   sizeof   typeof   
    Overflow exception control checked   unchecked
    Indirection and Address *   ->   []   &
      

  2.   

    http://msdn.microsoft.com/zh-cn/library/6a71f45d(VS.80).aspx官方资料,很全