menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ILexemEnumeratorParserInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ILexemEnumeratorParserInfo

    Provides the functionality that helps to acquire the current parser state from lexem enumerator.

    Namespace: Syncfusion.Windows.Forms.Edit.Implementation.Parser
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface ILexemEnumeratorParserInfo

    Properties

    CurrentPosition

    Gets current stream position.

    Declaration
    long CurrentPosition { get; }
    Property Value
    Type
    System.Int64

    CurrentStack

    Gets current stack.

    Declaration
    ConfigStack CurrentStack { get; }
    Property Value
    Type
    ConfigStack
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved