Skip to content

Commit 537e5ad

Browse files
carlossanlopmairaw
authored andcommitted
Document System.IO.Enumeration.FileSystemEnumerator (#3412)
* Document System.IO.Enumeration.FileSystemEnumerator.TransformEntry * Finish documenting the rest of the APIs in this file * remove extra >
1 parent 725ea62 commit 537e5ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.IO.Enumeration/FileSystemEnumerator`1.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
</Interface>
3232
</Interfaces>
3333
<Docs>
34-
<typeparam name="TResult">To be added.</typeparam>
35-
<summary>To be added.</summary>
34+
<typeparam name="TResult">The type of the result produced by this file system enumerator.</typeparam>
35+
<summary>Enumerates the file system elements of the provided type that are being searched and filtered by a <see cref="T:System.IO.Enumeration.FileSystemEnumerable`1" />.</summary>
3636
<remarks>To be added.</remarks>
3737
</Docs>
3838
<Members>
@@ -382,7 +382,7 @@ As described in the remarks for <xref:System.Collections.IEnumerator>, the `Rese
382382
<Parameter Name="entry" Type="System.IO.Enumeration.FileSystemEntry" RefType="ref" />
383383
</Parameters>
384384
<Docs>
385-
<param name="entry">To be added.</param>
385+
<param name="entry">A file system entry reference.</param>
386386
<summary>When overridden in a derived class, generates the result type from the current entry.</summary>
387387
<returns>The result type from the current entry.</returns>
388388
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)