2
Answers

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

Anupa Chandra

Anupa Chandra

4y
3.9k
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)