|
274 | 274 | <Parameter Name="clrType" Type="System.Type" RefType="out" Index="1" FrameworkAlternate="netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8" />
|
275 | 275 | </Parameters>
|
276 | 276 | <Docs>
|
277 |
| - <param name="objectSpaceType">The OSpace enum type to look up</param> |
278 |
| - <param name="clrType">The CLR enum type of the OSpace argument</param> |
279 |
| - <summary>Returns the underlying CLR type for the specified OSpace enum type argument. If the DataSpace of the parameter is not OSpace, the method returns false and sets the out parameter to null.</summary> |
| 277 | + <param name="objectSpaceType">The OSpace enum type to look up.</param> |
| 278 | + <param name="clrType">When this method returns, contains the CLR enum type of the OSpace argument.</param> |
| 279 | + <summary>Returns the underlying CLR type for the specified OSpace enum type argument.</summary> |
280 | 280 | <returns>
|
281 |
| - <see langword="true" /> on success, false on failure</returns> |
| 281 | + <see langword="true" /> if the CLR type can be obtained; otherwise, <see langword="false" />. If the DataSpace property of the parameter is not <see cref="F:System.Data.Metadata.Edm.DataSpace.OSpace" />, the method returns <see langword="false" /> and sets the <paramref name="clrType" /> parameter to <see langword="null" />.</returns> |
282 | 282 | <remarks>To be added.</remarks>
|
283 | 283 | </Docs>
|
284 | 284 | </Member>
|
|
304 | 304 | </Parameters>
|
305 | 305 | <Docs>
|
306 | 306 | <param name="objectSpaceType">A <see cref="T:System.Data.Metadata.Edm.StructuralType" /> that represents the object space type.</param>
|
307 |
| - <param name="clrType">The CLR type.</param> |
308 |
| - <summary>Returns a CLR type corresponding to the <see cref="T:System.Data.Metadata.Edm.StructuralType" /> supplied by the objectSpaceType parameter.</summary> |
| 307 | + <param name="clrType">When this method returns, contains the CLR enum type of the OSpace argument.</param> |
309 | 308 | <returns>
|
310 |
| - <see langword="true" /> if there is a type that matches the search criteria; otherwise, <see langword="false" />.</returns> |
| 309 | + <see langword="true" /> if the CLR type can be obtained; otherwise, <see langword="false" />. If the DataSpace property of the parameter is not <see cref="F:System.Data.Metadata.Edm.DataSpace.OSpace" />, the method returns <see langword="false" /> and sets the <paramref name="clrType" /> parameter to <see langword="null" />.</returns> |
311 | 310 | <remarks>To be added.</remarks>
|
312 | 311 | </Docs>
|
313 | 312 | </Member>
|
|
0 commit comments