Revert "PR-5360"
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / System.Runtime.CompilerServices.VisualC.xml
index 5b07680..1130fcb 100755 (executable)
@@ -4,18 +4,35 @@
     <name>System.Runtime.CompilerServices.VisualC</name>
   </assembly>
   <members>
-    <member name="T:System.Runtime.CompilerServices.CompilerMarshalOverride">
-      <summary>Indicates that the modified instance of a variable differs from its true type when marshaling. This class cannot be inherited.</summary>
+    <member name="T:System.Runtime.CompilerServices.CallConvCdecl">
+      <summary>Indicates that a method should use the <see langword="Cdecl" /> calling convention.</summary>
+    </member>
+    <member name="M:System.Runtime.CompilerServices.CallConvCdecl.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallConvCdecl" /> class.</summary>
+    </member>
+    <member name="T:System.Runtime.CompilerServices.CallConvFastcall">
+      <summary>This calling convention is not supported in this version of the .NET Framework.</summary>
+    </member>
+    <member name="M:System.Runtime.CompilerServices.CallConvFastcall.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallConvFastcall" /> class.</summary>
     </member>
-    <member name="T:System.Runtime.CompilerServices.CppInlineNamespaceAttribute">
-      <summary>Defines the inline namespace in C++/CLI.</summary>
+    <member name="T:System.Runtime.CompilerServices.CallConvStdcall">
+      <summary>Indicates that a method should use the <see langword="StdCall" /> calling convention.</summary>
     </member>
-    <member name="M:System.Runtime.CompilerServices.CppInlineNamespaceAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CppInlineNamespaceAttribute" /> class with the specified dotted namespace name.</summary>
-      <param name="dottedName">The dotted name of the defined namespace.</param>
+    <member name="M:System.Runtime.CompilerServices.CallConvStdcall.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallConvStdcall" /> class.</summary>
+    </member>
+    <member name="T:System.Runtime.CompilerServices.CallConvThiscall">
+      <summary>Indicates that a method should use the <see langword="ThisCall" /> calling convention.</summary>
+    </member>
+    <member name="M:System.Runtime.CompilerServices.CallConvThiscall.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallConvThiscall" /> class.</summary>
+    </member>
+    <member name="T:System.Runtime.CompilerServices.CompilerMarshalOverride">
+      <summary>Indicates that the modified instance of a variable differs from its true type when marshaling. This class cannot be inherited.</summary>
     </member>
     <member name="T:System.Runtime.CompilerServices.HasCopySemanticsAttribute">
-      <summary>This class is obsolete. This class cannot be inherited.</summary>
+      <summary>This class is not used in the .NET Framework version 2.0 and is reserved for future use. This class cannot be inherited.</summary>
     </member>
     <member name="M:System.Runtime.CompilerServices.HasCopySemanticsAttribute.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.HasCopySemanticsAttribute" /> class.</summary>
@@ -61,9 +78,8 @@
     </member>
     <member name="M:System.Runtime.CompilerServices.RequiredAttributeAttribute.#ctor(System.Type)">
       <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.RequiredAttributeAttribute" /> class.</summary>
-      <param name="requiredContract">A type that an importing compiler must fully understand.  
-  
- This parameter is not supported in the .NET Framework version 2.0 and later.</param>
+      <param name="requiredContract">A type that an importing compiler must fully understand.
+This parameter is not supported in the .NET Framework version 2.0 and later.</param>
     </member>
     <member name="P:System.Runtime.CompilerServices.RequiredAttributeAttribute.RequiredContract">
       <summary>Gets a type that an importing compiler must fully understand.</summary>