C# Class PicklesDoc.Pickles.DocumentationBuilders.Html.Extensions.NamespaceExtensions

Extension Methods to work with namespaces.
ファイルを表示 Open project: picklesdoc/pickles

Public Methods

Method Description
MoveToNamespace ( this element, System.Xml.Linq.XNamespace newNamespace ) : void

Moves element into namespace newNamespace.

Method Details

MoveToNamespace() public static method

Moves element into namespace newNamespace.
public static MoveToNamespace ( this element, System.Xml.Linq.XNamespace newNamespace ) : void
element this The element that will be moved into a new namespace.
newNamespace System.Xml.Linq.XNamespace The new namespace for the element.
return void