Skip to content

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

NameTypeDescription
XElementList()void
NameTypeDescription
FindByData(object data)XElementSearches the element with specified Korzh.EasyQuery.WinForms.XElement.Data in the list.
IndexByData(object data)intSearches the element with specified Korzh.EasyQuery.WinForms.XElement.Data in the list.