K
K Viltersten
As far i understood the docs, i should use XElement
when i initialize the settings of my application from
the provided XML-file during start-up.
Now, i've got suggested (by R#) to use XContainer.
Is it a glich in the logic of the tool or was i simply
mistaken to use XElement?
The setup is as follows.
public Initalize(XElement params) {
// read the leafs/nodes and set the values
}
when i initialize the settings of my application from
the provided XML-file during start-up.
Now, i've got suggested (by R#) to use XContainer.
Is it a glich in the logic of the tool or was i simply
mistaken to use XElement?
The setup is as follows.
public Initalize(XElement params) {
// read the leafs/nodes and set the values
}