~ubuntu-branches/ubuntu/wily/monodevelop/wily

« back to all changes in this revision

Viewing changes to external/monomac/docs/en/MonoMac.AppKit/NSTableViewSearchString.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-05-27 18:08:20 UTC
  • mfrom: (19.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20120527180820-fydl21qnbnfr8w2t
Tags: 3.0.2+dfsg-3
* [fcecfe7] Fix monodevelop-core-addins.pc.in to point to actual 
  installed location of assemblies.
* [26e1a07] DebSrc 3.0 does not support Quilt's -p parameter, so 
  manually adjust the path in the patch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Type Name="NSTableViewSearchString" FullName="MonoMac.AppKit.NSTableViewSearchString">
 
2
  <TypeSignature Language="C#" Value="public delegate int NSTableViewSearchString(NSTableView tableView, int startRow, int endRow, string searchString);" />
 
3
  <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed NSTableViewSearchString 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="tableView" Type="MonoMac.AppKit.NSTableView" />
 
13
    <Parameter Name="startRow" Type="System.Int32" />
 
14
    <Parameter Name="endRow" Type="System.Int32" />
 
15
    <Parameter Name="searchString" Type="System.String" />
 
16
  </Parameters>
 
17
  <ReturnValue>
 
18
    <ReturnType>System.Int32</ReturnType>
 
19
  </ReturnValue>
 
20
  <Docs>
 
21
    <param name="tableView">To be added.</param>
 
22
    <param name="startRow">To be added.</param>
 
23
    <param name="endRow">To be added.</param>
 
24
    <param name="searchString">To be added.</param>
 
25
    <summary>To be added.</summary>
 
26
    <returns>To be added.</returns>
 
27
    <remarks>To be added.</remarks>
 
28
  </Docs>
 
29
</Type>