Author: miguel
Date: 2006-10-08 09:50:42 -0400 (Sun, 08 Oct 2006)
New Revision: 66406

Modified:
   trunk/monodoc/class/corlib/en/System.IO/Path.xml
Log:
Patch from [EMAIL PROTECTED]

Modified: trunk/monodoc/class/corlib/en/System.IO/Path.xml
===================================================================
--- trunk/monodoc/class/corlib/en/System.IO/Path.xml    2006-10-08 13:47:19 UTC 
(rev 66405)
+++ trunk/monodoc/class/corlib/en/System.IO/Path.xml    2006-10-08 13:50:42 UTC 
(rev 66406)
@@ -872,18 +872,24 @@
       </Docs>
       <Excluded>0</Excluded>
     </Member>
-  <Member MemberName="InvalidPathChars">
+    <Member MemberName="InvalidPathChars">
       <MemberSignature Language="C#" Value="public static readonly char[] 
InvalidPathChars;" />
       <MemberType>Field</MemberType>
       <ReturnValue>
         <ReturnType>System.Char[]</ReturnType>
       </ReturnValue>
       <Docs>
-        <summary>To be added.</summary>
-        <remarks>To be added.</remarks>
+        <summary>Provides a platform-specific array of characters invalid to 
use in a path.</summary>
+        <remarks>
+          <block subset="none" type="note">
+            <para>
+    This property is obsolete as of .NET 2.0. Instead you are encouraged to 
use the <see cref="T:System.IO.Path.GetInvalidFileNameChars" /> and <see 
cref="T:System.IO.Path.GetInvalidPathChars" /> methods.
+  </para>
+          </block>
+        </remarks>
       </Docs>
     </Member>
-  <Member MemberName="VolumeSeparatorChar">
+    <Member MemberName="VolumeSeparatorChar">
       <MemberSignature Language="C#" Value="public static readonly char 
VolumeSeparatorChar;" />
       <MemberType>Field</MemberType>
       <ReturnValue>
@@ -896,4 +902,4 @@
     </Member>
   </Members>
   <TypeExcluded>0</TypeExcluded>
-</Type>
+</Type>
\ No newline at end of file

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to