Skip to content

Instantly share code, notes, and snippets.

@rippinrobr
Created October 30, 2010 17:24
Show Gist options
  • Save rippinrobr/655545 to your computer and use it in GitHub Desktop.
Save rippinrobr/655545 to your computer and use it in GitHub Desktop.
Relating the getter and setter to the property
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