示例#1
0
 public Global.Types GetType(int Index)
 {
     MyFunc.CheckLimitataAream(ref Index, 0, CurrentContent.Count - 1);
     return(CurrentContent[Index].Type);
 }
示例#2
0
 public string GetAttribute(int Index)
 {
     MyFunc.CheckLimitataAream(ref Index, 0, CurrentContent.Count - 1);
     return(CurrentContent[Index].Attribute);
 }