SourceFile Class
Definition
A file of source code.
public abstract class SourceFile : IEquatable<SourceFile>, IEqualityOperators<SourceFile, SourceFile, Boolean>
View source
Constructors
Properties
| Name |
Description |
Length |
The length of the source file. |
Name |
The name of the source file. |
Methods
| Name |
Description |
Equals(SourceFile) |
Indicates whether the current object is equal to another object of the same type. |
Equals(Object) |
Determines whether the specified object is equal to the current object. |
GetHashCode() |
Serves as the default hash function. |
ToString() |
Returns a string that represents the current object. |
Operators