Created
August 5, 2016 21:22
-
-
Save c0bra/1fa12275c89eae2b0a4d84c2aa13acb4 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
| Dim list As List(Of EXM_Spirometry)() | |
| list.ForEach(Sub(x) | |
| ' Do whatever you want in this block. | |
| End Sub) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment