Method | Description | |
---|---|---|
ReadAllTextAsync ( string path ) : Task |
||
WriteAllTextAsync ( string path, string contents ) : System.Threading.Tasks.Task |
public static ReadAllTextAsync ( string path ) : Task |
||
path | string | |
return | Task |
public static WriteAllTextAsync ( string path, string contents ) : System.Threading.Tasks.Task | ||
path | string | |
contents | string | |
return | System.Threading.Tasks.Task |