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