1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
<Type Name="NSRulerEditorDisplayValue" FullName="MonoMac.AppKit.NSRulerEditorDisplayValue">
<TypeSignature Language="C#" Value="public delegate MonoMac.Foundation.NSObject NSRulerEditorDisplayValue(NSRuleEditor editor, NSObject criterion, int row);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed NSRulerEditorDisplayValue extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>MonoMac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="editor" Type="MonoMac.AppKit.NSRuleEditor" />
<Parameter Name="criterion" Type="MonoMac.Foundation.NSObject" />
<Parameter Name="row" Type="System.Int32" />
</Parameters>
<ReturnValue>
<ReturnType>MonoMac.Foundation.NSObject</ReturnType>
</ReturnValue>
<Docs>
<param name="editor">To be added.</param>
<param name="criterion">To be added.</param>
<param name="row">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Type>
|