xelementlist-class
Represents list of elements.
public class Korzh.EasyQuery.WinForms.XElementList
: Collection<XElement>
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Name | Type | Description |
---|---|---|
XElementList() | void |
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. |