Ryujinx-GtkSharp/doc/en/Gnome.Vfs/MethodTruncateFunc.xml
Mike Kestner ab07fa8056 updates to assembly version elements
svn path=/trunk/gtk-sharp/; revision=46164
2005-06-17 18:43:30 +00:00

29 lines
1.1 KiB
XML

<Type Name="MethodTruncateFunc" FullName="Gnome.Vfs.MethodTruncateFunc">
<TypeSignature Language="C#" Value="public delegate Gnome.Vfs.Result MethodTruncateFunc(Gnome.Vfs.Method method, Gnome.Vfs.Uri uri, long length, Gnome.Vfs.Context context);" />
<AssemblyInfo>
<AssemblyName>gnome-vfs-sharp</AssemblyName>
<AssemblyVersion>2.6.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="method" Type="Gnome.Vfs.Method" />
<Parameter Name="uri" Type="Gnome.Vfs.Uri" />
<Parameter Name="length" Type="System.Int64" />
<Parameter Name="context" Type="Gnome.Vfs.Context" />
</Parameters>
<ReturnValue>
<ReturnType>Gnome.Vfs.Result</ReturnType>
</ReturnValue>
<Docs>
<param name="method">To be added.</param>
<param name="uri">To be added.</param>
<param name="length">To be added.</param>
<param name="context">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Type>