Click or drag to resize

XmlExtensionsTransformAll Method

Overload List
  Name Description
Public Extension Method TransformAll(XDocument, XName, FuncXElement, Int32, Object) Transforms all elements in the given document matching the given name using the given selector function to perform the transformation.
Public Extension Method TransformAll(XDocument, XName, FuncXElement, Object) Transforms all elements in the given document matching the given name using the given selector function to perform the transformation.
Top
See Also