프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ReadFile | string |
메소드 | 설명 | |
---|---|---|
ExecuteTask ( ) : void |
This is where the work is done.
|
|
Initialize ( ) : void |
Initializes task and ensures the supplied attributes are valid.
|
메소드 | 설명 | |
---|---|---|
ReadFile ( string filename ) : string |
Reads a text file and returns the content in a string.
|