Skip to content

Instantly share code, notes, and snippets.

@jmarnold
Created September 26, 2012 22:53
Show Gist options
  • Save jmarnold/3791159 to your computer and use it in GitHub Desktop.
Save jmarnold/3791159 to your computer and use it in GitHub Desktop.
blah
return CreateNewObject<Something>(x => {
x.SetProperty(x => x.SomethingElse.Name);
});
public class Something {
public SomethingElse SomethingElse { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment