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

« back to all changes in this revision

Viewing changes to external/monomac/docs/en/MonoMac.CoreFoundation/CFStream+CFStreamCallback.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="CFStream+CFStreamCallback" FullName="MonoMac.CoreFoundation.CFStream+CFStreamCallback">
 
2
  <TypeSignature Language="C#" Value="protected delegate void CFStream.CFStreamCallback(IntPtr s, CFStreamEventType type, IntPtr info);" />
 
3
  <TypeSignature Language="ILAsm" Value=".class nested protected auto ansi sealed CFStream/CFStreamCallback 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="s" Type="System.IntPtr" />
 
13
    <Parameter Name="type" Type="MonoMac.CoreFoundation.CFStreamEventType" />
 
14
    <Parameter Name="info" Type="System.IntPtr" />
 
15
  </Parameters>
 
16
  <ReturnValue>
 
17
    <ReturnType>System.Void</ReturnType>
 
18
  </ReturnValue>
 
19
  <Docs>
 
20
    <param name="s">To be added.</param>
 
21
    <param name="type">To be added.</param>
 
22
    <param name="info">To be added.</param>
 
23
    <summary>To be added.</summary>
 
24
    <remarks>To be added.</remarks>
 
25
  </Docs>
 
26
</Type>