/**
* $$(name=name)
*/
public function set $$(name)(value:$$(type=String,Number,Boolean)):void { _$$(name) = value; }
public function get $$(name)():$$(type) { return _$$(name); }
private var _$$(name):$$(type);
FlashDevelop Code Sunippets [ setter ]
トラックバック(0)
トラックバックURL: http://www.kazy.jp/mt4/mt-tb.cgi/377

コメントする