Create() 공개 정적인 메소드

public static Create ( string path ) : Task
path string
리턴 Task
예제 #1
0
 public async Task <ISolution> LoadAsync(string path)
 {
     return(await OmniSharpSolution.Create(path));
 }