Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created September 5, 2019 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/fbd4bf3cb7e5bdf2a47968215030f9bc to your computer and use it in GitHub Desktop.
Save dcomartin/fbd4bf3cb7e5bdf2a47968215030f9bc to your computer and use it in GitHub Desktop.
mapBuilder
.Map<Deposited>()
.When(deposited => deposited.Amount > 100)
.As(deposited =>
{
// do something
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment