Exemplo n.º 1
0
 private void EnsureInsert()
 {
     if (_insertMethod == null)
     {
         var method = VariableDict["insert"];
         _insertMethod = new ListInsertBoundBuiltinMethodInfo(this, (BuiltinMethodInfo)method.First());
     }
 }
Exemplo n.º 2
0
 private void EnsureInsert()
 {
     if (_insertMethod == null) {
         var method = VariableDict["insert"];
         _insertMethod = new ListInsertBoundBuiltinMethodInfo(this, (BuiltinMethodInfo)method.First());
     }
 }