Last active
March 15, 2019 20:34
-
-
Save kelvinrfr/ceef288a6ca3c67bb808f0b2e6599ece to your computer and use it in GitHub Desktop.
um simples exemplo de uma arrow function para criar um método.
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
public class X { | |
public string y() => "oi"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment