Ejemplo n.º 1
0
 private void EnsureExtend()
 {
     if (_extendMethod == null)
     {
         var method = VariableDict["extend"];
         _extendMethod = new ListExtendBoundBuiltinMethodInfo(this, (BuiltinMethodInfo)method.First());
     }
 }
Ejemplo n.º 2
0
 private void EnsureExtend()
 {
     if (_extendMethod == null) {
         var method = VariableDict["extend"];
         _extendMethod = new ListExtendBoundBuiltinMethodInfo(this, (BuiltinMethodInfo)method.First());
     }
 }