public ApeTag() : base() { tagOffset = -1; footer = new ApeFooter(); items = new Dictionary <string, ApeItem>(StringComparer.CurrentCultureIgnoreCase); //Hashtable(); }
public ApeTag() : base() { tagOffset = -1; footer = new ApeFooter(); items = new Dictionary<string, ApeItem>(StringComparer.CurrentCultureIgnoreCase); //Hashtable(); }