Skip to content

Instantly share code, notes, and snippets.

@k30v1n
Last active March 15, 2019 20:34
Show Gist options
  • Save k30v1n/ceef288a6ca3c67bb808f0b2e6599ece to your computer and use it in GitHub Desktop.
Save k30v1n/ceef288a6ca3c67bb808f0b2e6599ece to your computer and use it in GitHub Desktop.
um simples exemplo de uma arrow function para criar um método.
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