C# Class FileInput, CodeSpells

Inheritance: IDEInput
Mostra file Open project: srfoster/CodeSpells Class Usage Examples

Public Methods

Method Description
FileInput ( string file_name ) : System.Collections
GetCode ( ) : string
GetFileName ( ) : string
GetSpellName ( ) : string
Process ( IDE, ide ) : void
SetCode ( string code_string ) : void

Method Details

FileInput() public method

public FileInput ( string file_name ) : System.Collections
file_name string
return System.Collections

GetCode() public method

public GetCode ( ) : string
return string

GetFileName() public method

public GetFileName ( ) : string
return string

GetSpellName() public method

public GetSpellName ( ) : string
return string

Process() public method

public Process ( IDE, ide ) : void
ide IDE,
return void

SetCode() public method

public SetCode ( string code_string ) : void
code_string string
return void