XmlExtensions.

GetChildElementByName(XElement, string) Method

Assembly
MagicChunks.dll
Namespace
MagicChunks.Helpers
Containing Type
XmlExtensions

Syntax

public static XElement GetChildElementByName(this XElement source, string name)

Parameters

Name Type Description
source XElement
name string

Return Value

Type Description
XElement