AvalonStudio.Projects.OmniSharp.VisualStudioSolutionType.LoadAsync C# (CSharp) Method

LoadAsync() public method

public LoadAsync ( string path ) : Task
path string
return Task
        public async Task<ISolution> LoadAsync(string path)
        {
            return await OmniSharpSolution.Create(path);
        }
    }
VisualStudioSolutionType