Why is GUID attribute needed in the first place?

后端 未结 5 903
梦如初夏
梦如初夏 2020-12-09 10:58

What is the necessity for the GUID attribute? why don\'t just let the compiler handle this automatically?!

5条回答
  •  粉色の甜心
    2020-12-09 11:07

    Sometimes you want to give certain classes or modules a unique identifier that is constant and hard coded inside your source.

提交回复
热议问题