private static InternetExplorerHistory[] Get(byte[] bytes) { InternetExplorerHistoryHeader header = new InternetExplorerHistoryHeader(bytes); List <InternetExplorerHistory> historyList = new List <InternetExplorerHistory>(); /*for () * { * * }*/ return(historyList.ToArray()); }
private static InternetExplorerHistory[] Get(byte[] bytes) { InternetExplorerHistoryHeader header = new InternetExplorerHistoryHeader(bytes); List<InternetExplorerHistory> historyList = new List<InternetExplorerHistory>(); /*for () { }*/ return historyList.ToArray(); }