- public Myclass {
- public Myclass(AnotherClass obj)
- {
- _key = obj.key;
- _ID = obj.ID;
- _CandidateMode = obj.CandidateMode;
- if(_CandidateMode == obj.CandidateMode.numeric
- {
- //Dosomething
- }
- else
- {
- //Do something with special character.
- }
- }
- }
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
kamilaPosted Apr 26, 2018, 4:51 AM