Initializes a new instance of the XmlHasChildElementsAttribute class

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public XmlHasChildElementsAttribute(
	bool hasChildElements
)
Visual Basic (Declaration)
Public Sub New ( _
	hasChildElements As Boolean _
)
Visual C++
public:
XmlHasChildElementsAttribute(
	bool hasChildElements
)

Parameters

hasChildElements
Type: System..::.Boolean

[Missing <param name="hasChildElements"/> documentation for "M:Bespoke.Common.XmlHasChildElementsAttribute.#ctor(System.Boolean)"]

See Also