haXe API Documentation
Back | Index
interface haxe.rtti.Generic
Available in flash, neko, js, flash9, php, cpp
You can implement this interface with a parametrized type. For each type parameter used, a duplicate class with be created. This is useful on platforms that supports runtime typing (such as flash9).
Back | Index