C# Class ICSharpCode.NRefactory.ConsistencyCheck.CSharpFile

Show file Open project: mono-soc-2012/NRefactory Class Usage Examples

Public Properties

Property Type Description
CompilationUnit CompilationUnit
Content ITextSource
FileName string
LinesOfCode int
ParsedFile CSharpParsedFile
Project CSharpProject

Public Methods

Method Description
CSharpFile ( CSharpProject project, string fileName ) : System

Method Details

CSharpFile() public method

public CSharpFile ( CSharpProject project, string fileName ) : System
project CSharpProject
fileName string
return System

Property Details

CompilationUnit public property

public CompilationUnit CompilationUnit
return CompilationUnit

Content public property

public ITextSource Content
return ITextSource

FileName public property

public string FileName
return string

LinesOfCode public property

public int LinesOfCode
return int

ParsedFile public property

public CSharpParsedFile ParsedFile
return CSharpParsedFile

Project public property

public CSharpProject,ICSharpCode.NRefactory.ConsistencyCheck Project
return CSharpProject