~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/monomac/docs/en/MonoMac.Foundation/NSAttributedRangeCallback.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Type Name="NSAttributedRangeCallback" FullName="MonoMac.Foundation.NSAttributedRangeCallback">
 
2
  <TypeSignature Language="C#" Value="public delegate void NSAttributedRangeCallback(NSDictionary attrs, NSRange range, ref bool stop);" />
 
3
  <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed NSAttributedRangeCallback extends System.MulticastDelegate" />
 
4
  <AssemblyInfo>
 
5
    <AssemblyName>MonoMac</AssemblyName>
 
6
    <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
7
  </AssemblyInfo>
 
8
  <Base>
 
9
    <BaseTypeName>System.Delegate</BaseTypeName>
 
10
  </Base>
 
11
  <Parameters>
 
12
    <Parameter Name="attrs" Type="MonoMac.Foundation.NSDictionary" />
 
13
    <Parameter Name="range" Type="MonoMac.Foundation.NSRange" />
 
14
    <Parameter Name="stop" Type="System.Boolean&amp;" RefType="ref" />
 
15
  </Parameters>
 
16
  <ReturnValue>
 
17
    <ReturnType>System.Void</ReturnType>
 
18
  </ReturnValue>
 
19
  <Docs>
 
20
    <param name="attrs">To be added.</param>
 
21
    <param name="range">To be added.</param>
 
22
    <param name="stop">To be added.</param>
 
23
    <summary>To be added.</summary>
 
24
    <remarks>To be added.</remarks>
 
25
  </Docs>
 
26
</Type>