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

« back to all changes in this revision

Viewing changes to external/monomac/docs/en/MonoMac.CoreText/CTRunDelegateOperations.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:
48
48
      </ReturnValue>
49
49
      <Parameters />
50
50
      <Docs>
51
 
        <summary>Releases the resourced used by the CTRunDelegateOperations object.</summary>
 
51
        <summary>Releases the resources used by the CTRunDelegateOperations object.</summary>
52
52
        <remarks>
53
53
          <para>The Dispose method releases the resources used by the CTRunDelegateOperations class.</para>
54
54
          <para>Calling the Dispose method when you are finished using the CTRunDelegateOperations ensures that all external resources used by this managed object are released as soon as possible.  Once you have invoked the Dispose method, the object is no longer useful and you should no longer make any calls to it.  For more information on releasing resources see ``Cleaning up Unmananaged Resources'' at http://msdn.microsoft.com/en-us/library/498928w2.aspx</para>