Click here to see the visualized instance of UniversalExpressionParser.IParseExpressionResult
- Below is the definition of interface **UniversalExpressionParser.ICommentedTextData** that stores data on comments. .. sourcecode:: :linenos: // Copyright (c) UniversalExpressionParser Project. All rights reserved. // Licensed under the MIT License. See LICENSE in the solution root for license information. using UniversalExpressionParser.ExpressionItems; namespace UniversalExpressionParser { ///