Table of Contents

Class ParseGlobalUsingsResult

Namespace
SunamoDevCode.Data
Assembly
SunamoDevCode.dll

Result of parsing global usings from a C# file.

public class ParseGlobalUsingsResult
Inheritance
ParseGlobalUsingsResult
Inherited Members
Extension Methods

Properties

GlobalSymbols

Gets or sets the dictionary of global symbols (e.g., #define symbols).

public Dictionary<string, string> GlobalSymbols { get; set; }

Property Value

Dictionary<string, string>

GlobalUsings

Gets or sets the list of global using statements.

public List<string> GlobalUsings { get; set; }

Property Value

List<string>