コード例 #1
0
 private void EnsurePop()
 {
     if (_popMethod == null)
     {
         var popMethod = VariableDict["pop"];
         _popMethod = new ListPopBoundBuiltinMethodInfo(this, (BuiltinMethodInfo)popMethod.First());
     }
 }
コード例 #2
0
ファイル: ListInfo.cs プロジェクト: TerabyteX/main
 private void EnsurePop()
 {
     if (_popMethod == null) {
         var popMethod = VariableDict["pop"];
         _popMethod = new ListPopBoundBuiltinMethodInfo(this, (BuiltinMethodInfo)popMethod.First());
     }
 }