Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Mono.Addins.Setup/SetupCommandHandler.xml')
-rw-r--r--docs/Mono.Addins.Setup/SetupCommandHandler.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/Mono.Addins.Setup/SetupCommandHandler.xml b/docs/Mono.Addins.Setup/SetupCommandHandler.xml
new file mode 100644
index 0000000..d2e7d08
--- /dev/null
+++ b/docs/Mono.Addins.Setup/SetupCommandHandler.xml
@@ -0,0 +1,21 @@
+<Type Name="SetupCommandHandler" FullName="Mono.Addins.Setup.SetupCommandHandler">
+ <TypeSignature Language="C#" Value="public delegate void SetupCommandHandler(string[] args);" />
+ <AssemblyInfo>
+ <AssemblyName>Mono.Addins.Setup</AssemblyName>
+ <AssemblyVersion>0.0.0.0</AssemblyVersion>
+ </AssemblyInfo>
+ <Base>
+ <BaseTypeName>System.Delegate</BaseTypeName>
+ </Base>
+ <Parameters>
+ <Parameter Name="args" Type="System.String[]" />
+ </Parameters>
+ <ReturnValue>
+ <ReturnType>System.Void</ReturnType>
+ </ReturnValue>
+ <Docs>
+ <param name="args">To be added.</param>
+ <summary>To be added.</summary>
+ <remarks>To be added.</remarks>
+ </Docs>
+</Type>