Created
November 29, 2016 08:20
-
-
Save chamook/0e8fd32e0f830b0c28c30d86ced5abb8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //lurking within other code | |
| var thingFac = new ThingFactory(myThingName, myThingVal); | |
| var thing = thingFac.MakeThing(thirdParam); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment