Namespace: DeltaEngine.Content.XmlAssembly: DeltaEngine.Content.Xml (in DeltaEngine.Content.Xml.dll) Version: 1.1.1.0 (1.1.1)
public XmlData GetDescendant(
List<XmlAttribute> attributes,
string childName = null
)
public XmlData GetDescendant(
List<XmlAttribute> attributes,
string childName = null
)
Public Function GetDescendant (
attributes As List(Of XmlAttribute),
Optional childName As String = Nothing
) As XmlData
Public Function GetDescendant (
attributes As List(Of XmlAttribute),
Optional childName As String = Nothing
) As XmlData
public:
XmlData^ GetDescendant(
List<XmlAttribute>^ attributes,
String^ childName = nullptr
)
public:
XmlData^ GetDescendant(
List<XmlAttribute>^ attributes,
String^ childName = nullptr
)
member GetDescendant :
attributes : List<XmlAttribute> *
?childName : string
(* Defaults:
let _childName = defaultArg childName null
*)
-> XmlData
member GetDescendant :
attributes : List<XmlAttribute> *
?childName : string
(* Defaults:
let _childName = defaultArg childName null
*)
-> XmlData
Return Value
Type:
XmlData