|
57 | 57 | <Parameter Name="self" Type="System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup>" Index="0" FrameworkAlternate="dotnet-plat-ext-5.0" RefType="this" />
|
58 | 58 | </Parameters>
|
59 | 59 | <Docs>
|
60 |
| - <param name="self">To be added.</param> |
61 |
| - <summary>To be added.</summary> |
62 |
| - <returns>To be added.</returns> |
| 60 | + <param name="self">The source enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" />.</param> |
| 61 | + <summary>Gets an enumeration of assets where each asset has an empty runtime.</summary> |
| 62 | + <returns>An enumeration of assets, each with an empty <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" />.</returns> |
63 | 63 | <remarks>To be added.</remarks>
|
| 64 | + <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="self" /> is <see langword="null" />.</exception> |
64 | 65 | </Docs>
|
65 | 66 | </Member>
|
66 | 67 | <Member MemberName="GetDefaultGroup">
|
|
88 | 89 | <Parameter Name="self" Type="System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup>" Index="0" FrameworkAlternate="dotnet-plat-ext-5.0" RefType="this" />
|
89 | 90 | </Parameters>
|
90 | 91 | <Docs>
|
91 |
| - <param name="self">To be added.</param> |
92 |
| - <summary>To be added.</summary> |
93 |
| - <returns>To be added.</returns> |
| 92 | + <param name="self">The source enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" />.</param> |
| 93 | + <summary>Gets the first <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" /> with an empty <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" />.</summary> |
| 94 | + <returns>The first <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" /> with an empty <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" />, or <see langword="null" /> if none exists.</returns> |
94 | 95 | <remarks>To be added.</remarks>
|
| 96 | + <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="self" /> is <see langword="null" />.</exception> |
95 | 97 | </Docs>
|
96 | 98 | </Member>
|
97 | 99 | <Member MemberName="GetDefaultRuntimeFileAssets">
|
|
119 | 121 | <Parameter Name="self" Type="System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup>" Index="0" FrameworkAlternate="dotnet-plat-ext-5.0" RefType="this" />
|
120 | 122 | </Parameters>
|
121 | 123 | <Docs>
|
122 |
| - <param name="self">To be added.</param> |
123 |
| - <summary>To be added.</summary> |
124 |
| - <returns>To be added.</returns> |
| 124 | + <param name="self">The source enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" />.</param> |
| 125 | + <summary>Gets an enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeFile" /> where each value has an empty runtime.</summary> |
| 126 | + <returns>An enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeFile" />, each with an empty <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" />.</returns> |
125 | 127 | <remarks>To be added.</remarks>
|
| 128 | + <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="self" /> is <see langword="null" />.</exception> |
126 | 129 | </Docs>
|
127 | 130 | </Member>
|
128 | 131 | <Member MemberName="GetRuntimeAssets">
|
|
151 | 154 | <Parameter Name="runtime" Type="System.String" Index="1" FrameworkAlternate="dotnet-plat-ext-5.0" />
|
152 | 155 | </Parameters>
|
153 | 156 | <Docs>
|
154 |
| - <param name="self">To be added.</param> |
155 |
| - <param name="runtime">To be added.</param> |
156 |
| - <summary>To be added.</summary> |
157 |
| - <returns>To be added.</returns> |
| 157 | + <param name="self">The source enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" />.</param> |
| 158 | + <param name="runtime">The string to search for.</param> |
| 159 | + <summary>Gets an enumeration of assets where each asset's value equals <paramref name="runtime" />.</summary> |
| 160 | + <returns>An enumeration of assets where each asset's <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" /> equals <paramref name="runtime" />.</returns> |
158 | 161 | <remarks>To be added.</remarks>
|
| 162 | + <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="self" /> is <see langword="null" />.</exception> |
159 | 163 | </Docs>
|
160 | 164 | </Member>
|
161 | 165 | <Member MemberName="GetRuntimeFileAssets">
|
|
184 | 188 | <Parameter Name="runtime" Type="System.String" Index="1" FrameworkAlternate="dotnet-plat-ext-5.0" />
|
185 | 189 | </Parameters>
|
186 | 190 | <Docs>
|
187 |
| - <param name="self">To be added.</param> |
188 |
| - <param name="runtime">To be added.</param> |
189 |
| - <summary>To be added.</summary> |
190 |
| - <returns>To be added.</returns> |
| 191 | + <param name="self">The source enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" />.</param> |
| 192 | + <param name="runtime">The string to search for.</param> |
| 193 | + <summary>Gets an enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeFile" /> where each value's <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" /> equals <paramref name="runtime" />.</summary> |
| 194 | + <returns>An enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeFile" />, where each value's <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" /> equals <paramref name="runtime" />.</returns> |
191 | 195 | <remarks>To be added.</remarks>
|
| 196 | + <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="runtime" /> is <see langword="null" /> or empty.</exception> |
192 | 197 | </Docs>
|
193 | 198 | </Member>
|
194 | 199 | <Member MemberName="GetRuntimeGroup">
|
|
217 | 222 | <Parameter Name="runtime" Type="System.String" Index="1" FrameworkAlternate="dotnet-plat-ext-5.0" />
|
218 | 223 | </Parameters>
|
219 | 224 | <Docs>
|
220 |
| - <param name="self">To be added.</param> |
221 |
| - <param name="runtime">To be added.</param> |
222 |
| - <summary>To be added.</summary> |
223 |
| - <returns>To be added.</returns> |
| 225 | + <param name="self">The source enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" />.</param> |
| 226 | + <param name="runtime">The string to search for.</param> |
| 227 | + <summary>Gets the first <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" /> where <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" /> matches <paramref name="runtime" />.</summary> |
| 228 | + <returns>The first <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" /> where <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" /> matches <paramref name="runtime" />, or <see langword="null" /> if none exists.</returns> |
224 | 229 | <remarks>To be added.</remarks>
|
| 230 | + <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="runtime" /> is <see langword="null" /> or empty.</exception> |
225 | 231 | </Docs>
|
226 | 232 | </Member>
|
227 | 233 | <Member MemberName="GetValueOrDefault<TKey,TValue>">
|
|
0 commit comments