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
TextLocationendLocation
TextLocation
LinePreprocessorDirective(string)
public LinePreprocessorDirective(string argument = null)
Parameters
argument
string
Properties
FileName
public string FileName { get; set; }
Property Value
LineNumber
public int LineNumber { get; set; }