Table of Contents

Class ParseSharpIfToFirstCodeElementResult

Namespace
SunamoCsproj.Results
Assembly
SunamoCsproj.dll

Result of parsing preprocessor directives (#if, #elif, etc.) before first code element.

public class ParseSharpIfToFirstCodeElementResult
Inheritance
ParseSharpIfToFirstCodeElementResult
Inherited Members
Extension Methods

Properties

AllLinesBefore

Trimmed, but includes ALL lines before first code element. Needed to determine indexes of #if, #elif, etc.

public List<string>? AllLinesBefore { get; set; }

Property Value

List<string>

FoundedNamespaces

Trimmed lines that contain only text that can be found in AllNamespaces. All lines that contained only namespace-related text.

public List<string>? FoundedNamespaces { get; set; }

Property Value

List<string>