XmlExtensions.

FindChildByAttrFilterMatch(XElement, Match, string) Method

Assembly
MagicChunks.dll
Namespace
MagicChunks.Helpers
Containing Type
XmlExtensions

Syntax

public static XElement FindChildByAttrFilterMatch(this XElement source, Match attributeFilterMatch, string documentNamespace)

Parameters

Name Type Description
source XElement
attributeFilterMatch Match
documentNamespace string

Return Value

Type Description
XElement