XElementList class
Represents list of elements.
public class Korzh.EasyQuery.WinForms.XElementList : Collection<XElement>
Package: Korzh.EasyQuery.WinForms
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
XElementList() | void |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
FindByData(object data) | XElement | Searches the element with specified Korzh.EasyQuery.WinForms.XElement.Data in the list. |
IndexByData(object data) | int | Searches the element with specified Korzh.EasyQuery.WinForms.XElement.Data in the list. |