Table of Contents

Class GlobalUsingsHelper

Namespace
SunamoDevCode
Assembly
SunamoDevCode.dll

Druhá část je v ToNugets Vložit sem jak toto šílenství s nugety skončí

public class GlobalUsingsHelper
Inheritance
GlobalUsingsHelper
Inherited Members
Extension Methods

Fields

global

Prefix for global directives (used for global symbols with = assignments).

public const string global = "global "

Field Value

string

globalUsing

Prefix for global using directives in C# source files.

public const string globalUsing = "global using "

Field Value

string

Methods

Parse(List<string>)

Parses a list of lines to extract global using directives and global symbol definitions.

public static ParseGlobalUsingsResult Parse(List<string> list)

Parameters

list List<string>

Lines to parse.

Returns

ParseGlobalUsingsResult

Parsed result containing global usings and symbols.