2
Answers

CS0116: A namespace cannot directly contain members such as fields or

Photo of Anupa Chandra

Anupa Chandra

4y
4k
1
CS0116: A namespace cannot directly contain members such as fields or methods IDE1007: The name 'data' does not exist in the current context. Below is my class public data class Quote { string QuoteNo; string ItemNo; }

Answers (2)