Guest User

Untitled

a guest
Nov 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. private $param$: $type$;
  2.  
  3. public get$name$ () {
  4. return this.$param$;
  5. }
  6.  
  7. public set$name$ ($param$: $type$) {
  8. this.$param$ = $param$;
  9. }
Add Comment
Please, Sign In to add comment