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