Duoge007
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created how to set all attributes of an object a value
Hi, In Visual Studio 2026, csharp, I want like this : Persion p =new Persion; Then auto generate all attributes assignment: p.name="";p.age=0;p.address="";p.a="";Thanks.