Skip to content

Instantly share code, notes, and snippets.

@rippinrobr
Created October 30, 2010 16:31
Show Gist options
  • Save rippinrobr/655477 to your computer and use it in GitHub Desktop.
Save rippinrobr/655477 to your computer and use it in GitHub Desktop.
getter method body
get_method = tb.DefineMethod("get_#{name}", get_set_attr, type, Type.EmptyTypes) prop_il.Emit(OpCodes.Ldarg_0)
prop_il.Emit(OpCodes.Ldfld, private_field)
prop_il.Emit(OpCodes.Ret)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment