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