mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-04 09:15:29 +00:00
22 lines
686 B
XML
22 lines
686 B
XML
|
<Type Name="MethodShutdownFunc" FullName="Gnome.Vfs.MethodShutdownFunc">
|
||
|
<TypeSignature Language="C#" Value="public delegate void MethodShutdownFunc(Gnome.Vfs.Method method);" />
|
||
|
<AssemblyInfo>
|
||
|
<AssemblyName>gnome-vfs-sharp</AssemblyName>
|
||
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
|
</AssemblyInfo>
|
||
|
<Base>
|
||
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
||
|
</Base>
|
||
|
<Parameters>
|
||
|
<Parameter Name="method" Type="Gnome.Vfs.Method" />
|
||
|
</Parameters>
|
||
|
<ReturnValue>
|
||
|
<ReturnType>System.Void</ReturnType>
|
||
|
</ReturnValue>
|
||
|
<Docs>
|
||
|
<param name="method">To be added.</param>
|
||
|
<summary>To be added.</summary>
|
||
|
<remarks>To be added.</remarks>
|
||
|
</Docs>
|
||
|
</Type>
|