diff --git a/xml/System.Data.Metadata.Edm/ObjectItemCollection.xml b/xml/System.Data.Metadata.Edm/ObjectItemCollection.xml index 036cd7fda38..de17765deb9 100644 --- a/xml/System.Data.Metadata.Edm/ObjectItemCollection.xml +++ b/xml/System.Data.Metadata.Edm/ObjectItemCollection.xml @@ -274,11 +274,11 @@ - 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. + 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. - on success, false on failure + 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,10 +304,9 @@ 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 there is a type that matches the search criteria; otherwise, . + 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.