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

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
)
Visual Basic (Declaration)
Public Shared Function GetAttribute(Of T) ( _
	xmlNode As XmlNode, _
	attributeName As String _
) As T
Visual C++
public:
generic<typename T>
static T GetAttribute(
	XmlNode^ xmlNode, 
	String^ attributeName
)

Parameters

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

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

attributeName
Type: System..::.String

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

Type Parameters

T

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

Return Value

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

See Also