Hide

Dokumentation zum YetaWF.Core-Paket

Display
Print

YetaWF.Core.IO.FileIO<TObj>.LoadAsync Method

Loads an object from a file.

Class: YetaWF.Core.IO.FileIO<TObj>
Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public Task<TObj?> LoadAsync();

Return Value

(not specified)

See Also YetaWF.Core.IO.FileIO<TObj> ClassYetaWF.Core Overview