Skip to main content

xelementlist-class

Represents list of elements.

public class Korzh.EasyQuery.WinForms.XElementList
: Collection<XElement>

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
XElementList()void

Methods

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.