Returns a long based on the given XAttribute.
Namespace:
Mindscape.WpfDiagrammingAssembly: 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.