Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-preview5_Microsoft.VisualBasic.FileIO.md « Microsoft.NETCore.App « preview5 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6481ee6c0bef8522da98c287f96e21ddc306d565 (plain)
1
2
3
4
5
6
7
8
9
10
# Microsoft.VisualBasic.FileIO

``` diff
 namespace Microsoft.VisualBasic.FileIO {
     public class TextFieldParser : IDisposable {
         public string[]? CommentTokens { get; set; }
     }
 }
```