How to create dynamic vector strict type?

Below does not work :violin:


var c:Class = Sprite;
var v:Vector.<c> = new Vector.<c>();