File: PlaylistTrackHandler.xml

package info (click to toggle)
ipod-sharp 0.8.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,160 kB
  • ctags: 1,452
  • sloc: cs: 7,182; xml: 4,383; sh: 3,279; makefile: 167
file content (25 lines) | stat: -rw-r--r-- 883 bytes parent folder | download | duplicates (2)
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
<Type Name="PlaylistTrackHandler" FullName="IPod.PlaylistTrackHandler">
  <TypeSignature Language="C#" Value="public delegate void PlaylistTrackHandler(object sender, int index, Track track);" />
  <AssemblyInfo>
    <AssemblyName>ipod-sharp</AssemblyName>
    <AssemblyVersion>0.0.1.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Delegate</BaseTypeName>
  </Base>
  <Parameters>
    <Parameter Name="sender" Type="System.Object" />
    <Parameter Name="index" Type="System.Int32" />
    <Parameter Name="track" Type="IPod.Track" />
  </Parameters>
  <ReturnValue>
    <ReturnType>System.Void</ReturnType>
  </ReturnValue>
  <Docs>
    <param name="sender">To be added.</param>
    <param name="index">To be added.</param>
    <param name="track">To be added.</param>
    <summary>To be added.</summary>
    <remarks>To be added.</remarks>
  </Docs>
</Type>