메소드 | 설명 | |
---|---|---|
ReadAllTextAsync ( string path ) : Task |
||
WriteAllTextAsync ( string path, string contents ) : System.Threading.Tasks.Task |
public static ReadAllTextAsync ( string path ) : Task |
||
path | string | |
리턴 | Task |
public static WriteAllTextAsync ( string path, string contents ) : System.Threading.Tasks.Task | ||
path | string | |
contents | string | |
리턴 | System.Threading.Tasks.Task |