public Task<string> GetFileList(
string fileType
)
Public Function GetFileList (
fileType As String
) As Task(Of String)
public:
virtual Task<String^>^ GetFileList(
String^ fileType
) sealed
abstract GetFileList :
fileType : string -> Task<string>
override GetFileList :
fileType : string -> Task<string>
[Missing <param name="fileType"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.GetFileList(System.String)"]
[Missing <returns> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.GetFileList(System.String)"]