Created
October 30, 2010 17:24
-
-
Save rippinrobr/655545 to your computer and use it in GitHub Desktop.
Relating the getter and setter to the property
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prop.SetGetMethod(get_method); | |
prop.SetSetMethod(set_method); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment