Jak zdefiniować konstruktor statyczny uruchamiany podczas inicjowania klasy?Składnia statycznego konstruktora w Actionscript-3?
nie mogę zrobić to dobrze:
// version a:
{}
// version b:
static {}
// version c:
static function Foo()
{}
// version d:
static()
{}
// version e:
()
{}
// version f:
static function Foo():void
{}
Pomoże ?: http://stackoverflow.com/questions/13783017/as3-static-class-versus- singleton – Cherniv
Niestety nie, nie było 1 statycznego konstruktora. – n4pgamer