Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.85 KB

File metadata and controls

42 lines (27 loc) · 1.85 KB

AdditionalFile Struct

HomeConstructorsPropertiesMethods

Namespace: Roslynator.Testing

Assembly: Roslynator.Testing.Common.dll

Represents additional code file.

public readonly struct AdditionalFile

Inheritance

ObjectValueType → AdditionalFile

Constructors

Constructor Summary
AdditionalFile(String, String) Initializes a new instance of AdditionalFile

Properties

Property Summary
ExpectedSource Gets expected source code.
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)