Returns a long based on the given XAttribute.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected static long CreateLong(
	XAttribute xml
)
Visual Basic (Declaration)
Protected Shared Function CreateLong ( _
	xml As XAttribute _
) As Long

Parameters

xml
Type: System.Xml.Linq..::.XAttribute
The XAttribute to deserialize.

Return Value

The long that the XAttribute represents.

See Also