Skip to content

Commit

Permalink
Fix GetChildren()
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Aug 27, 2021
1 parent 274b61e commit 7bf7b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/Platform.Data.Doublets.Xml/IXmlStorage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public interface IXmlStorage<TLink>
/// <para>A list of i list t link</para>
/// <para></para>
/// </returns>
IList<IList<TLink>> GetChildren(TLink parent);
IList<TLink> GetChildren(TLink parent);
/// <summary>
/// <para>
/// Attaches the element to parent using the specified element to attach.
Expand Down

0 comments on commit 7bf7b19

Please sign in to comment.