Skip to content

Instantly share code, notes, and snippets.

@slodge
Created October 9, 2013 06:59
Show Gist options
  • Select an option

  • Save slodge/6897314 to your computer and use it in GitHub Desktop.

Select an option

Save slodge/6897314 to your computer and use it in GitHub Desktop.
public override void SetValue(object value)
{
var target = Target as BinaryEdit;
if (target == null)
return;
target.SetThat((int)value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment