22 lines
855 B
XML
22 lines
855 B
XML
<Type Name="Function" FullName="Atk.Function">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate bool Function();" />
|
|
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed Function extends System.MulticastDelegate" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>atk-sharp</AssemblyName>
|
|
</AssemblyInfo>
|
|
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Parameters>
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Boolean</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<summary>To be added</summary>
|
|
<returns>To be added.</returns>
|
|
<remarks>To be added</remarks>
|
|
</Docs>
|
|
<Members />
|
|
</Type>
|