From 76263fe26fcb3e5a3a76a72e834ae200337b5036 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Wed, 11 Dec 2019 12:09:56 -0800 Subject: [PATCH 1/2] improve language --- .../ObjectItemCollection.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xml/System.Data.Metadata.Edm/ObjectItemCollection.xml b/xml/System.Data.Metadata.Edm/ObjectItemCollection.xml index 12756bd55b1..d517a811d65 100644 --- a/xml/System.Data.Metadata.Edm/ObjectItemCollection.xml +++ b/xml/System.Data.Metadata.Edm/ObjectItemCollection.xml @@ -274,10 +274,10 @@ - The OSpace enum type to look up - The CLR enum type of the OSpace argument - 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. - on success, false on failure + The OSpace enum type to look up. + When this method returns, contains the CLR enum type of the OSpace argument. + Returns the underlying CLR type for the specified OSpace enum type argument. + if the CLR type can be obtained; otherwise, . If the DataSpace property of the parameter is not , the method returns and sets the parameter to . To be added. @@ -303,10 +303,10 @@ A that represents the object space type. - The CLR type. - Returns a CLR type corresponding to the supplied by the objectSpaceType parameter. + When this method returns, contains the CLR enum type of the OSpace argument. + if the CLR type can be obtained; otherwise, . If the DataSpace property of the parameter is not , the method returns and sets the parameter to . - if there is a type that matches the search criteria; otherwise, . + if there is a type that matches the search criteria; otherwise, . If the DataSpace property of the parameter is not , the method returns and sets the parameter to . To be added. From fdee3ef65633013ee5bf190377bd91bf9043185b Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Mon, 16 Dec 2019 23:08:38 -0800 Subject: [PATCH 2/2] feedback --- xml/System.Data.Metadata.Edm/ObjectItemCollection.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/System.Data.Metadata.Edm/ObjectItemCollection.xml b/xml/System.Data.Metadata.Edm/ObjectItemCollection.xml index d517a811d65..de17765deb9 100644 --- a/xml/System.Data.Metadata.Edm/ObjectItemCollection.xml +++ b/xml/System.Data.Metadata.Edm/ObjectItemCollection.xml @@ -277,7 +277,8 @@ The OSpace enum type to look up. When this method returns, contains the CLR enum type of the OSpace argument. Returns the underlying CLR type for the specified OSpace enum type argument. - if the CLR type can be obtained; otherwise, . If the DataSpace property of the parameter is not , the method returns and sets the parameter to . + + if the CLR type can be obtained; otherwise, . If the DataSpace property of the parameter is not , the method returns and sets the parameter to . To be added. @@ -304,9 +305,8 @@ A that represents the object space type. When this method returns, contains the CLR enum type of the OSpace argument. - if the CLR type can be obtained; otherwise, . If the DataSpace property of the parameter is not , the method returns and sets the parameter to . - if there is a type that matches the search criteria; otherwise, . If the DataSpace property of the parameter is not , the method returns and sets the parameter to . + if the CLR type can be obtained; otherwise, . If the DataSpace property of the parameter is not , the method returns and sets the parameter to . To be added.