I am surprised that I can't initialize my fields in structs, why is it like that? Like:
struct MyStruct
{
private int a = 90;
}
but it's a complie time error. I don't know why it's a problem? Please explain this to me.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…