|
53 | 53 | <Parameter Name="stem" Type="System.String" />
|
54 | 54 | </Parameters>
|
55 | 55 | <Docs>
|
56 |
| - <param name="path">The path to the matched file</param> |
57 |
| - <param name="stem">The stem</param> |
| 56 | + <param name="path">The path to the file matched, relative to the beginning of the matching search pattern.</param> |
| 57 | + <param name="stem">The subpath to the file matched, relative to the first wildcard in the matching search pattern.</param> |
58 | 58 | <summary>Initializes new instance of <see cref="T:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch" /></summary>
|
59 | 59 | <remarks>To be added.</remarks>
|
60 | 60 | </Docs>
|
|
180 | 180 | <ReturnType>System.String</ReturnType>
|
181 | 181 | </ReturnValue>
|
182 | 182 | <Docs>
|
183 |
| - <summary>The path to the file matched.</summary> |
| 183 | + <summary>The path to the file matched, relative to the beginning of the matching search pattern.</summary> |
184 | 184 | <value>To be added.</value>
|
185 |
| - <remarks>If the matcher searched for "**/*.cs" using "src/Project" as the directory base and the pattern matcher found |
186 |
| - "src/Project/Interfaces/IFile.cs", then Stem = "Interfaces/IFile.cs" and Path = "src/Project/Interfaces/IFile.cs".</remarks> |
| 185 | + <remarks>If the matcher searched for "src/Project/**/*.cs" and the pattern matcher found "src/Project/Interfaces/IFile.cs", |
| 186 | + then <see cref="Stem" /> = "Interfaces/IFile.cs" and <see cref="Path" /> = "src/Project/Interfaces/IFile.cs".</remarks> |
187 | 187 | </Docs>
|
188 | 188 | </Member>
|
189 | 189 | <Member MemberName="Stem">
|
|
209 | 209 | <ReturnType>System.String</ReturnType>
|
210 | 210 | </ReturnValue>
|
211 | 211 | <Docs>
|
212 |
| - <summary>The subpath to the matched file under the base directory searched.</summary> |
| 212 | + <summary>The subpath to the file matched, relative to the first wildcard in the matching search pattern.</summary> |
213 | 213 | <value>To be added.</value>
|
214 |
| - <remarks>If the matcher searched for "**/*.cs" using "src/Project" as the directory base and the pattern matcher found |
215 |
| - "src/Project/Interfaces/IFile.cs", |
216 |
| - then Stem = "Interfaces/IFile.cs" and Path = "src/Project/Interfaces/IFile.cs".</remarks> |
| 214 | + <remarks>If the matcher searched for "src/Project/**/*.cs" and the pattern matcher found "src/Project/Interfaces/IFile.cs", |
| 215 | + then <see cref="Stem" /> = "Interfaces/IFile.cs" and <see cref="Path" /> = "src/Project/Interfaces/IFile.cs".</remarks> |
217 | 216 | </Docs>
|
218 | 217 | </Member>
|
219 | 218 | </Members>
|
|
0 commit comments