diff --git a/xml/System.IO.Enumeration/FileSystemEnumerable`1.xml b/xml/System.IO.Enumeration/FileSystemEnumerable`1.xml index a0bd9871d5f..36ad1d0b96d 100644 --- a/xml/System.IO.Enumeration/FileSystemEnumerable`1.xml +++ b/xml/System.IO.Enumeration/FileSystemEnumerable`1.xml @@ -1,4 +1,4 @@ - + @@ -188,7 +188,15 @@ Gets an enumerator that can be used to iterate. An enumerator instance. - To be added. + + instance is cast to an interface. + + ]]> + diff --git a/xml/System.IO.Enumeration/FileSystemEnumerator`1.xml b/xml/System.IO.Enumeration/FileSystemEnumerator`1.xml index e8323f3630e..f889b408bb8 100644 --- a/xml/System.IO.Enumeration/FileSystemEnumerator`1.xml +++ b/xml/System.IO.Enumeration/FileSystemEnumerator`1.xml @@ -1,4 +1,4 @@ - + @@ -383,7 +383,15 @@ As described in the remarks for , the `Rese Gets the currently visited object. The currently visited object. - To be added. + + instance is cast to an interface. + + ]]> + diff --git a/xml/System.IO.Log/LogExtentCollection.xml b/xml/System.IO.Log/LogExtentCollection.xml index 7720639b906..a1821beca93 100644 --- a/xml/System.IO.Log/LogExtentCollection.xml +++ b/xml/System.IO.Log/LogExtentCollection.xml @@ -1,4 +1,4 @@ - + @@ -413,7 +413,15 @@ Gets an enumerator for the instances in this collection. This method cannot be inherited. An enumerator for the instances in this collection. - To be added. + + instance is cast to an interface. + + ]]> + diff --git a/xml/System.IO.Log/ReservationCollection.xml b/xml/System.IO.Log/ReservationCollection.xml index 5f05e28e84b..292c519d685 100644 --- a/xml/System.IO.Log/ReservationCollection.xml +++ b/xml/System.IO.Log/ReservationCollection.xml @@ -1,4 +1,4 @@ - + @@ -628,7 +628,15 @@ recordSequence.Append(undoRecordData, userSqn, previousSqn, RecordAppendOptions. Returns an enumerator that can iterate through the . This method cannot be inherited. An enumerator that can iterate through the . - To be added. + + instance is cast to an interface. + + ]]> + The operation is invalid for one of the following reasons: - The enumeration has ended. diff --git a/xml/System.IO.Packaging/Package.xml b/xml/System.IO.Packaging/Package.xml index d10dc58ba42..93cba830a6d 100644 --- a/xml/System.IO.Packaging/Package.xml +++ b/xml/System.IO.Packaging/Package.xml @@ -1,4 +1,4 @@ - + @@ -2059,7 +2059,15 @@ This member supports the [!INCLUDE[TLA#tla_winclient](~/includes/tlasharptla-winclient-md.md)] infrastructure and is not intended for application use. Use the type-safe method instead. - To be added. + + instance is cast to an interface. + + ]]> + diff --git a/xml/System.IO.Packaging/PackageRelationshipCollection.xml b/xml/System.IO.Packaging/PackageRelationshipCollection.xml index 62a03e5de08..09ee592fb11 100644 --- a/xml/System.IO.Packaging/PackageRelationshipCollection.xml +++ b/xml/System.IO.Packaging/PackageRelationshipCollection.xml @@ -1,4 +1,4 @@ - + @@ -146,7 +146,15 @@ This type or member supports the Windows Presentation Foundation infrastructure and is not intended to be used directly from your code. Do not use - use . - To be added. + + instance is cast to an interface. + + ]]> + diff --git a/xml/System.IO/BinaryWriter.xml b/xml/System.IO/BinaryWriter.xml index bac274301e7..dbfa7bcdd8e 100644 --- a/xml/System.IO/BinaryWriter.xml +++ b/xml/System.IO/BinaryWriter.xml @@ -1,4 +1,4 @@ - + @@ -891,10 +891,18 @@ Releases the unmanaged resources used by the and optionally releases the managed resources. - To be added. - File and Stream I/O - How to: Read Text from a File - How to: Write Text to a File + + instance is cast to an interface. + + ]]> + + File and Stream I/O + How to: Read Text from a File + How to: Write Text to a File diff --git a/xml/System.IO/FileSystemAclExtensions.xml b/xml/System.IO/FileSystemAclExtensions.xml index 210df9990c1..9f4c9a37e9f 100644 --- a/xml/System.IO/FileSystemAclExtensions.xml +++ b/xml/System.IO/FileSystemAclExtensions.xml @@ -1,4 +1,4 @@ - + @@ -210,11 +210,21 @@ namespace ConsoleApp - To be added. - To be added. - To be added. - To be added. - To be added. + An object that determines the access control and audit security for the directory. + The path of the directory to create. + Creates a directory and returns it, ensuring it is created with the specified directory security. If the directory already exists, the existing directory is returned. + A directory information object representing either a created directory with the provided security properties, or the existing directory. + + + + or is . + is empty. diff --git a/xml/System.IO/UnmanagedMemoryStream.xml b/xml/System.IO/UnmanagedMemoryStream.xml index 9a9c5d122f0..437ee8d8c1e 100644 --- a/xml/System.IO/UnmanagedMemoryStream.xml +++ b/xml/System.IO/UnmanagedMemoryStream.xml @@ -1,4 +1,4 @@ - + @@ -646,10 +646,10 @@ - To be added. - To be added. - To be added. - To be added. + The callback tho handle the stream contents to be copied. + A user-defined state, passed to the callback. + The buffer size of the span. + Copies the current unmanaged memory stream instance contents and sends them to the specified callback for processing. To be added.