When using Assembly.GetTypes()
I get types that have Type.Name
that begin with <>c....
.
I tried to google if this is anonymous types or something else. But cannot get a really good answer.
Is there a property on Type that indicate what these types are? I do not like having to do if(type.Name.StartsWith("<>"))
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…