Esempio n. 1
0
 /** @property */
 public Attribute get_Item(int Index) {
   return (Attribute) attrList.get_Item(Index);
 }
Esempio n. 2
0
 /** @property */
 public MetaTag get_Item(int Index) {
   return (MetaTag) tagList.get_Item(Index);
 }