Skip to content

Instantly share code, notes, and snippets.

@rippinrobr
Created October 30, 2010 17:19
Show Gist options
  • Save rippinrobr/655536 to your computer and use it in GitHub Desktop.
Save rippinrobr/655536 to your computer and use it in GitHub Desktop.
setting the field's value to the parameter
prop_il.Emit(OpCodes.Ldarg_1)
prop_il.Emit(OpCodes.Stfld, private_field)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment