Task<string> GetFileList(
string fileType
)
Function GetFileList (
fileType As String
) As Task(Of String)
Task<String^>^ GetFileList(
String^ fileType
)
abstract GetFileList :
fileType : string -> Task<string>
[Missing <param name="fileType"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.GetFileList(System.String)"]
[Missing <returns> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.GetFileList(System.String)"]