示例#1
0
 internal MSAst GetIndex(MSAst target, MSAst index)
 {
     return(MSAst.Dynamic(_binder.GetIndex(1), typeof(object), target, index));
 }