Class LexemCollection
LexemCollection class is used to contain a collection of Formats in Lexems
Inheritance
System.Object
LexemCollection
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class LexemCollection : ObservableCollection<Lexem>
Remarks
The LexemCollection class contain the collection of lexems and its properties.
Constructors
LexemCollection()
Initializes a new instance of the LexemCollection class.
Declaration
public LexemCollection()
LexemCollection(IEnumerable<Lexem>)
Initializes a new instance of the LexemCollection class.
Declaration
public LexemCollection(IEnumerable<Lexem> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Lexem> | collection | Gets the Lexem object to collection from the reporting source |