Beispiel #1
0
 private void EnsurePop()
 {
     if (_popMethod == null)
     {
         var popMethod = VariableDict["pop"];
         _popMethod = new ListPopBoundBuiltinMethodInfo(this, (BuiltinMethodInfo)popMethod.First());
     }
 }
Beispiel #2
0
 private void EnsurePop()
 {
     if (_popMethod == null) {
         var popMethod = VariableDict["pop"];
         _popMethod = new ListPopBoundBuiltinMethodInfo(this, (BuiltinMethodInfo)popMethod.First());
     }
 }