We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9885cde commit 83a4d82Copy full SHA for 83a4d82
1 file changed
src/DocumentFormat.OpenXml.Framework/OpenXmlElement.cs
@@ -802,7 +802,7 @@ public void RemoveNamespaceDeclaration(string prefix)
802
=> ChildElements.First<T>();
803
804
/// <summary>
805
- /// Finds the first child element of type T or adds a new element if it does not exist.
+ /// Finds the first child element of <typeparam ref="T"/> or adds a new element if it does not exist.
806
/// </summary>
807
/// <typeparam name="T">Type of element.</typeparam>
808
/// <returns>The new or existing OpenXmlElement</returns>
0 commit comments