Should you use pointers (unsafe code) in C#?

后端 未结 11 2468
既然无缘
既然无缘 2020-12-05 02:15

Should you use pointers in your C# code? What are the benefits? Is it recommend by The Man (Microsoft)?

11条回答
  •  隐瞒了意图╮
    2020-12-05 02:34

    Do it if it makes your code shorter and clearer.

    "Follow your inclinations with due regard to the policeman round the corner." WSM

提交回复
热议问题