TextFile Class
Definition
A text SourceFile.
public sealed class TextFile : SourceFile, IEquatable<SourceFile>, IEqualityOperators<SourceFile, SourceFile, Boolean>
Constructors
Name | Description |
---|---|
Initialises a new instance of the TextFile class from a file on disk. | |
Initialises a new instance of the TextFile class from a Stream containing the file. | |
Initialises a new instance of the BinaryFile class from a string containing the file. |
Properties
Methods
Name | Description |
---|---|
Creates a TextFilePosition from this TextFile that represents the whole file. | |
Creates a TextFilePosition from this TextFile. |
Last modified: 22 November 2024