C# 클래스 FileInput, CodeSpells

상속: IDEInput
파일 보기 프로젝트 열기: srfoster/CodeSpells 1 사용 예제들

공개 메소드들

메소드 설명
FileInput ( string file_name ) : System.Collections
GetCode ( ) : string
GetFileName ( ) : string
GetSpellName ( ) : string
Process ( IDE, ide ) : void
SetCode ( string code_string ) : void

메소드 상세

FileInput() 공개 메소드

public FileInput ( string file_name ) : System.Collections
file_name string
리턴 System.Collections

GetCode() 공개 메소드

public GetCode ( ) : string
리턴 string

GetFileName() 공개 메소드

public GetFileName ( ) : string
리턴 string

GetSpellName() 공개 메소드

public GetSpellName ( ) : string
리턴 string

Process() 공개 메소드

public Process ( IDE, ide ) : void
ide IDE,
리턴 void

SetCode() 공개 메소드

public SetCode ( string code_string ) : void
code_string string
리턴 void