Hide

YetaWF.Core Package Documentation

Display
Print

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

Loads a file, returns a new instance of the object.

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

Syntax

public Task<TObj?> LoadAsync();

Return Value

Returns the data.

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