Ryujinx-GtkSharp/doc/en/Gnome.Vfs/MethodCreateSymbolicLinkFunc.xml

29 lines
1.1 KiB
XML
Raw Normal View History

<Type Name="MethodCreateSymbolicLinkFunc" FullName="Gnome.Vfs.MethodCreateSymbolicLinkFunc">
<TypeSignature Language="C#" Value="public delegate Gnome.Vfs.Result MethodCreateSymbolicLinkFunc(Gnome.Vfs.Method method, Gnome.Vfs.Uri uri, string target_reference, Gnome.Vfs.Context context);" />
<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" />
<Parameter Name="uri" Type="Gnome.Vfs.Uri" />
<Parameter Name="target_reference" Type="System.String" />
<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="target_reference">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>