[runtime] Updates comments.
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters.Binary / binary_serialization_format.htm
index 6b85a406f8bc4d0ec61554a94f5039ba62093639..b1ade4f4b82f22d8523639138d3e2d1627865c65 100644 (file)
                                        <TD>Element code</TD>\r
                                </TR>\r
                                <TR>\r
-                                       <TD width="142"><EM><A href="#method-call-flags">method-call-flags</A></EM></TD>\r
+                                       <TD width="142"><EM><A href="#method-call-flags">method-call-flags (int32)</A></EM></TD>\r
                                        <TD>Describes wich information includes the method call</TD>\r
                                </TR>\r
-                               <TR>\r
-                                       <TD width="142">(byte) 0, 0, 0</TD>\r
-                                       <TD>???</TD>\r
-                               </TR>\r
                                <TR>\r
                                        <TD width="142"><EM><EM><A href="#type-spec">type-spec</A><BR>\r
                                                                <EM><A href="#primitive-value">primitive-value</A></EM></EM></EM></TD>\r
                                        <TD>\r
                                                <P>Array with the following values:</P>\r
                                                <UL>\r
+                                                   <li>Generic arguments if the method is generic and method-call-flags has the flag GenericArguments (NET_2_0).</li>\r
                                                        <LI>\r
                                                        Method signature, only if method-call-flags has the flag IncludesSignature. It \r
                                                        is an array of Type.\r
                                        <TD>\r
                                                <P>Array with the following values:</P>\r
                                                <UL>\r
+                                                   <li>Generic arguments if the method is generic and method-call-flags has the flag GenericArguments (NET_2_0).</li>\r
                                                        <LI>\r
                                                        Method signature, only if method-call-flags has the flag IncludesSignature. It \r
                                                        is an array of Type.\r
                                                <UL>\r
                                                        <LI>\r
                                                        Array of parameters.\r
+                                                   <li>Generic arguments if the method is generic and method-call-flags has the flag GenericArguments (NET_2_0).</li>\r
                                                        <LI>\r
                                                        Method signature, only if method-call-flags has the flag IncludesSignature. It \r
                                                        is an array of Type.\r
                                        <TD>Signature is included in the message. It is only included when calling an \r
                                                overloaded method.</TD>\r
                                </TR>\r
+                               \r
+                               <TR>\r
+                                       <TD>32768 (0x8000)</TD>\r
+                                       <TD>GenericArguments</TD>\r
+                                       <TD>Generic arguments are included in the message (NET_2_0).</TD>\r
+                               </TR>\r
                        </TABLE>\r
                </P>\r
                <a name="method-response-flags"></a>\r