Language: C#
hi
1: private string _Hi; 2: public string hi 3: { 4: get 5: { 6: return _Hi; 7: } 8: set 9: { 10: SetPropertyValue("hi", ref _Hi, value); 11: } 12: }
Tags:
Description:
hi
Report Abuse
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search

