public sceneaddvisitorCell getCell(int key) { sceneaddvisitorCell t = null; this.AllData.TryGetValue(key.ToString(), out t); return(t); }
public sceneaddvisitorCell getCell(string key) { sceneaddvisitorCell t = null; this.AllData.TryGetValue(key, out t); return(t); }