AdditionalFile Struct
Namespace: Roslynator.Testing
Assembly: Roslynator.Testing.Common.dll
Represents additional code file.
public readonly struct AdditionalFile
Inheritance
Object → ValueType → AdditionalFile
Constructors
| Constructor | Summary |
|---|---|
| AdditionalFile(String, String, String, String) | Initializes a new instance of AdditionalFile |
Properties
| Property | Summary |
|---|---|
| DirectoryPath | Gets the relative directory path. |
| ExpectedSource | Gets expected source code. |
| Name | Gets the file name. |
| Source | Gets a source code. |
Methods
| Method | Summary |
|---|---|
| Equals(Object) | (Inherited from ValueType) |
| GetHashCode() | (Inherited from ValueType) |
| GetType() | (Inherited from Object) |
| MemberwiseClone() | (Inherited from Object) |
| ToString() | (Inherited from ValueType) |