mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
chore: Fixing comments
This commit is contained in:
parent
dd90227ca1
commit
be5024271f
1 changed files with 0 additions and 2 deletions
|
|
@ -976,7 +976,6 @@ namespace ICD.Common.Utils.Xml
|
|||
/// Calls childElementCallback for each item in the list.
|
||||
/// </summary>
|
||||
/// <param name="xml"></param>
|
||||
/// <param name="rootElement"></param>
|
||||
/// <param name="childElement"></param>
|
||||
/// <param name="readChild"></param>
|
||||
public static IEnumerable<T> ReadListFromXml<T>(string xml, string childElement, Func<string, T> readChild)
|
||||
|
|
@ -1012,7 +1011,6 @@ namespace ICD.Common.Utils.Xml
|
|||
/// Deserializes the xml to a list.
|
||||
/// </summary>
|
||||
/// <param name="xml"></param>
|
||||
/// <param name="rootElement"></param>
|
||||
/// <param name="childElement"></param>
|
||||
public static IEnumerable<T> ReadListFromXml<T>(string xml, string childElement)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue