[]
Loads the contents of an outline (range group) from XML.
public bool Deserialize(XmlNodeReader r, bool firstElementIsRead)
Public Function Deserialize(r As XmlNodeReader, firstElementIsRead As Boolean) As Boolean
Type | Name | Description |
---|---|---|
XmlNodeReader | r | XmlNodeReader from which to load the contents |
bool | firstElementIsRead | Whether the first element has been read |
Type | Description |
---|---|
bool | Boolean: true if successful; otherwise, false |
Loads the object of an outline (range group) from XML.
public bool Deserialize(XmlNodeReader r)
Public Function Deserialize(r As XmlNodeReader) As Boolean
Type | Name | Description |
---|---|---|
XmlNodeReader | r | XmlNodeReader from which to load the object |
Type | Description |
---|---|
bool | True if successful; otherwise, false |