[Build] Update Tizen.NET package assets (#2123)
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API7 / build / tizen70 / ref / System.Linq.Queryable.xml
index c3bc7a8..7bc2bad 100755 (executable)
       <returns>The first element in <paramref name="source" /> that passes the test in <paramref name="predicate" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="source" /> or <paramref name="predicate" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">No element satisfies the condition in <paramref name="predicate" />.  
- -or-  
- The source sequence is empty.</exception>
+      <exception cref="T:System.InvalidOperationException">No element satisfies the condition in <paramref name="predicate" />.
+-or-
+The source sequence is empty.</exception>
     </member>
     <member name="M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0})">
       <summary>Returns the first element of a sequence, or a default value if the sequence contains no elements.</summary>
       <returns>The last element in <paramref name="source" /> that passes the test specified by <paramref name="predicate" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="source" /> or <paramref name="predicate" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">No element satisfies the condition in <paramref name="predicate" />.  
- -or-  
- The source sequence is empty.</exception>
+      <exception cref="T:System.InvalidOperationException">No element satisfies the condition in <paramref name="predicate" />.
+-or-
+The source sequence is empty.</exception>
     </member>
     <member name="M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0})">
       <summary>Returns the last element in a sequence, or a default value if the sequence contains no elements.</summary>
       <returns>The single element of the input sequence that satisfies the condition in <paramref name="predicate" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="source" /> or <paramref name="predicate" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">No element satisfies the condition in <paramref name="predicate" />.  
- -or-  
- More than one element satisfies the condition in <paramref name="predicate" />.  
- -or-  
- The source sequence is empty.</exception>
+      <exception cref="T:System.InvalidOperationException">No element satisfies the condition in <paramref name="predicate" />.
+-or-
+More than one element satisfies the condition in <paramref name="predicate" />.
+-or-
+The source sequence is empty.</exception>
     </member>
     <member name="M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0})">
       <summary>Returns the only element of a sequence, or a default value if the sequence is empty; this method throws an exception if there is more than one element in the sequence.</summary>