From 78ccddadb87e0d4dd7f74733a031393395db2869 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 29 五月 2024 14:38:39 +0800
Subject: [PATCH] nothing

---
 VueWebApi/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml |   67 +++++++++++++++++++++++++++++++++
 1 files changed, 67 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml b/VueWebApi/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
new file mode 100644
index 0000000..6114361
--- /dev/null
+++ b/VueWebApi/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
@@ -0,0 +1,67 @@
+<?xml version="1.0"?>
+<doc>
+    <assembly>
+        <name>Microsoft.CodeDom.Providers.DotNetCompilerPlatform</name>
+    </assembly>
+    <members>
+        <member name="T:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider">
+            <summary>
+            Provides access to instances of the .NET Compiler Platform C# code generator and code compiler.
+            </summary>
+        </member>
+        <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider.#ctor">
+            <summary>
+            Default Constructor
+            </summary>
+        </member>
+        <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider.#ctor(Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings)">
+            <summary>
+            Creates an instance using the given ICompilerSettings
+            </summary>
+            <param name="compilerSettings"></param>
+        </member>
+        <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider.CreateCompiler">
+            <summary>
+            Gets an instance of the .NET Compiler Platform C# code compiler.
+            </summary>
+            <returns>An instance of the .NET Compiler Platform C# code compiler</returns>
+        </member>
+        <member name="T:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings">
+            <summary>
+            Provides settings for the C# and VB CodeProviders
+            </summary>
+        </member>
+        <member name="P:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings.CompilerFullPath">
+            <summary>
+            The full path to csc.exe or vbc.exe
+            </summary>
+        </member>
+        <member name="P:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings.CompilerServerTimeToLive">
+            <summary>
+            TTL in seconds
+            </summary>
+        </member>
+        <member name="T:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider">
+            <summary>
+            Provides access to instances of the .NET Compiler Platform VB code generator and code compiler.
+            </summary>
+        </member>
+        <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider.#ctor">
+            <summary>
+            Default Constructor
+            </summary>
+        </member>
+        <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider.#ctor(Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings)">
+            <summary>
+            Creates an instance using the given ICompilerSettings
+            </summary>
+            <param name="compilerSettings"></param>
+        </member>
+        <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider.CreateCompiler">
+            <summary>
+            Gets an instance of the .NET Compiler Platform VB code compiler.
+            </summary>
+            <returns>An instance of the .NET Compiler Platform VB code compiler</returns>
+        </member>
+    </members>
+</doc>

--
Gitblit v1.9.3