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

« back to all changes in this revision

Viewing changes to external/monomac/docs/en/MonoMac.CoreMidi/MidiClient.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:
67
67
        <see cref="E:MonoMac.CoreMidi.MidiClient.SetupChanged" /> and 
68
68
        <see cref="E:MonoMac.CoreMidi.MidiClient.ThruConnectionsChanged" /></para>
69
69
    </remarks>
 
70
    <related type="sample" href="http://samples.xamarin.com/Samples/ByGuid?guid=C30005F2-43D7-4242-85C8-5C13BFE7BBA5">CoreMidiSample</related>
70
71
  </Docs>
71
72
  <Members>
72
73
    <Member MemberName=".ctor">
167
168
        <param name="disposing">
168
169
          <para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources;   If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
169
170
        </param>
170
 
        <summary>Releases the resourced used by the MidiClient object.</summary>
 
171
        <summary>Releases the resources used by the MidiClient object.</summary>
171
172
        <remarks>
172
173
          <para>This Dispose method releases the resources used by the MidiClient class.</para>
173
174
          <para>This method is called by both the Dispose() method and the object finalizer (Finalize).    When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released;  when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>