Revert "PR-5360"
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / System.Reflection.DispatchProxy.xml
index b227639..4912970 100755 (executable)
@@ -12,9 +12,9 @@
       <summary>Creates an object instance that derives from class <typeparamref name="TProxy" /> and implements interface <typeparamref name="T" />.</summary>
       <typeparam name="T">The interface the proxy should implement.</typeparam>
       <typeparam name="TProxy">The base class to use for the proxy class.</typeparam>
+      <returns>An object instance that implements <typeparamref name="T" />.</returns>
       <exception cref="T:System.ArgumentException">
         <typeparamref name="T" /> is a class, or <typeparamref name="TProxy" /> is sealed or does not have a parameterless constructor.</exception>
-      <returns>An object instance that implements <typeparamref name="T" />.</returns>
     </member>
     <member name="M:System.Reflection.DispatchProxy.Invoke(System.Reflection.MethodInfo,System.Object[])">
       <summary>Whenever any method on the generated proxy type is called, this method is invoked to dispatch control.</summary>