Table of Contents

Class LinePreprocessorDirective

Namespace
ICSharpCode.Decompiler.CSharp.Syntax
Assembly
ICSharpCode.Decompiler.dll
public class LinePreprocessorDirective : PreProcessorDirective, IAnnotatable, IFreezable, INode, ICloneable
Inheritance
LinePreprocessorDirective
Implements
Inherited Members
Extension Methods

Constructors

LinePreprocessorDirective(TextLocation, TextLocation)

public LinePreprocessorDirective(TextLocation startLocation, TextLocation endLocation)

Parameters

startLocation TextLocation
endLocation TextLocation

LinePreprocessorDirective(string)

public LinePreprocessorDirective(string argument = null)

Parameters

argument string

Properties

FileName

public string FileName { get; set; }

Property Value

string

LineNumber

public int LineNumber { get; set; }

Property Value

int