[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Task WriteAllTextAsync(
string text
)
public Task WriteAllTextAsync(
string text
)
Public Function WriteAllTextAsync (
text As String
) As Task
Public Function WriteAllTextAsync (
text As String
) As Task
public:
Task^ WriteAllTextAsync(
String^ text
)
public:
Task^ WriteAllTextAsync(
String^ text
)
member WriteAllTextAsync :
text : string -> Task
member WriteAllTextAsync :
text : string -> Task
Return Value
Type:
Task