Share via


OpenXmlElementList.OfType<T> Method

Definition

Gets an IEnumerable for a specific type of element.

public System.Collections.Generic.IEnumerable<T> OfType<T> () where T : DocumentFormat.OpenXml.OpenXmlElement;
member this.OfType : unit -> seq<'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlElement)> (requires 'T :> DocumentFormat.OpenXml.OpenXmlElement)
Public Iterator Function OfType(Of T As OpenXmlElement) () As IEnumerable(Of T)

Type Parameters

T

Type of element

Returns

Applies to