C# Class ICSharpCode.NRefactory.ConsistencyCheck.CSharpFile

Exibir arquivo 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_oe property

public CompilationUnit CompilationUnit
return CompilationUnit

Content public_oe property

public ITextSource Content
return ITextSource

FileName public_oe property

public string FileName
return string

LinesOfCode public_oe property

public int LinesOfCode
return int

ParsedFile public_oe property

public CSharpParsedFile ParsedFile
return CSharpParsedFile

Project public_oe property

public CSharpProject,ICSharpCode.NRefactory.ConsistencyCheck Project
return CSharpProject