예제 #1
0
 public static AstSeq ReadAsSeq(this AstSeq astSeq, int index)
 {
     return(astSeq.GetAtIndex(index).ReadAsSeq());
 }
예제 #2
0
 public static long ReadAsLong(this AstSeq astSeq, int index)
 {
     return(astSeq.GetAtIndex(index).ReadAsLong());
 }
예제 #3
0
 public static string ReadAsText(this AstSeq astSeq, int index)
 {
     return(astSeq.GetAtIndex(index).ReadAsText());
 }
예제 #4
0
 public static uint ReadAsUInt(this AstSeq astSeq, int index)
 {
     return(astSeq.GetAtIndex(index).ReadAsUInt());
 }