~mandel/ubuntuone-windows-installer/update_nunit_net_4

« back to all changes in this revision

Viewing changes to tools/Nant/bin/NAnt.Core.xml

  • Committer: Manuel de la Pena
  • Date: 2010-10-12 13:38:14 UTC
  • Revision ID: mandel@themacaque.com-20101012133814-nxp9kr2lx2jygmmx
Updated nant to work with .Net 4.0 and removed useless docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
            reflection.
233
233
            </para>
234
234
            </remarks>
235
 
            <exception cref="T:System.ArgumentNullException"><paramref name="name"/> is <see langword="null"/>.</exception>
 
235
            <exception cref="T:System.ArgumentNullException"><paramref name="value"/> is <see langword="null"/>.</exception>
236
236
        </member>
237
237
        <member name="T:NAnt.Core.Attributes.BuildElementCollectionAttribute">
238
238
            <summary>
2267
2267
            </summary>
2268
2268
            <param name="s">A string containing the value to convert.</param>
2269
2269
            <returns>
2270
 
            <see langword="true"/> if <paramref name="value"/> is equivalent to 
 
2270
            <see langword="true"/> if <paramref name="s"/> is equivalent to 
2271
2271
            "True"; otherwise, <see langword="false"/>.
2272
2272
            </returns>
2273
2273
            <exception cref="T:System.FormatException"><paramref name="s"/> is not equivalent to <see cref="F:System.Boolean.TrueString"/> or <see cref="F:System.Boolean.FalseString"/>.</exception>