Provides extension methods for the XML to LINQ types
More...
|
static T | Get< T > (this XElement element, string name) |
| Gets the value from the element and converts it to the specified type. More...
|
|
Provides extension methods for the XML to LINQ types
Definition at line 25 of file XElementExtensions.cs.
◆ Get< T >()
static T QuantConnect.Util.XElementExtensions.Get< T > |
( |
this XElement |
element, |
|
|
string |
name |
|
) |
| |
|
static |
Gets the value from the element and converts it to the specified type.
- Template Parameters
-
- Parameters
-
element | The element to access |
name | The attribute name to access on the element |
- Returns
- The converted value
Definition at line 34 of file XElementExtensions.cs.
The documentation for this class was generated from the following file: