Убрать лишний комментарий

This commit is contained in:
Roman Efremov 2025-02-05 08:48:20 +05:00
parent 287d6e7111
commit cb0508afe9

View File

@ -20,7 +20,6 @@ public class InterpreterContext
/// <summary>
/// Проиндексированные вершины дерева
/// </summary>
//public Dictionary<int, TreeNode> treeNodes { get; set; } = [];
public Dictionary<int, TNode> treeNodes { get; set; } = [];
/// <inheritdoc/>