Skip to content

Commit c7128b8

Browse files
authored
improve language (#3662)
* improve language * feedback
1 parent 1e81806 commit c7128b8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

xml/System.Data.Metadata.Edm/ObjectItemCollection.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,11 @@
274274
<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" />
275275
</Parameters>
276276
<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>
280280
<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>
282282
<remarks>To be added.</remarks>
283283
</Docs>
284284
</Member>
@@ -304,10 +304,9 @@
304304
</Parameters>
305305
<Docs>
306306
<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>
309308
<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>
311310
<remarks>To be added.</remarks>
312311
</Docs>
313312
</Member>

0 commit comments

Comments
 (0)