public TempProp getTempPropByIndex(int index) { if (tempStorage == null) { return(null); } return(tempStorage.getPropByIndex(index) as TempProp); }