[Missing <summary> documentation for "M:Bespoke.Common.XmlHelper.GetAttribute``1(System.Xml.XmlNode,System.String,System.Boolean,``0)"]

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

Syntax

C#
public static T GetAttribute<T>(
	XmlNode xmlNode,
	string attributeName,
	bool required,
	T defaultValue
)
Visual Basic (Declaration)
Public Shared Function GetAttribute(Of T) ( _
	xmlNode As XmlNode, _
	attributeName As String, _
	required As Boolean, _
	defaultValue As T _
) As T
Visual C++
public:
generic<typename T>
static T GetAttribute(
	XmlNode^ xmlNode, 
	String^ attributeName, 
	bool required, 
	T defaultValue
)

Parameters

xmlNode
Type: System.Xml..::.XmlNode

[Missing <param name="xmlNode"/> documentation for "M:Bespoke.Common.XmlHelper.GetAttribute``1(System.Xml.XmlNode,System.String,System.Boolean,``0)"]

attributeName
Type: System..::.String

[Missing <param name="attributeName"/> documentation for "M:Bespoke.Common.XmlHelper.GetAttribute``1(System.Xml.XmlNode,System.String,System.Boolean,``0)"]

required
Type: System..::.Boolean

[Missing <param name="required"/> documentation for "M:Bespoke.Common.XmlHelper.GetAttribute``1(System.Xml.XmlNode,System.String,System.Boolean,``0)"]

defaultValue
Type: T

[Missing <param name="defaultValue"/> documentation for "M:Bespoke.Common.XmlHelper.GetAttribute``1(System.Xml.XmlNode,System.String,System.Boolean,``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Bespoke.Common.XmlHelper.GetAttribute``1(System.Xml.XmlNode,System.String,System.Boolean,``0)"]

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.XmlHelper.GetAttribute``1(System.Xml.XmlNode,System.String,System.Boolean,``0)"]

See Also