OpenXmlElementList Class
OpenXmlElementList - Represents an ordered collection of OpenXmlElement's.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElementList
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public MustInherit Class OpenXmlElementList _
Implements IEnumerable(Of OpenXmlElement), IEnumerable
'Применение
Dim instance As OpenXmlElementList
public abstract class OpenXmlElementList : IEnumerable<OpenXmlElement>,
IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.