Compartir a través de


OpenXmlElementList.OfType<T> Método

Definición

Obtiene un IEnumerable para un tipo específico de elemento.

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)

Parámetros de tipo

T

Tipo de elemento

Devoluciones

Se aplica a