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

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

Syntax

C#
public static Object GetAttribute(
	XmlNode xmlNode,
	string attributeName,
	Type type
)
Visual Basic (Declaration)
Public Shared Function GetAttribute ( _
	xmlNode As XmlNode, _
	attributeName As String, _
	type As Type _
) As Object
Visual C++
public:
static Object^ GetAttribute(
	XmlNode^ xmlNode, 
	String^ attributeName, 
	Type^ type
)

Parameters

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

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

attributeName
Type: System..::.String

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

type
Type: System..::.Type

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

Return Value

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

See Also