Skip to the content.

PromptPlus API:SuggestionOutput

Build Publish License NuGet Downloads

Back to List Api

SuggestionOutput

Namespace: PPlus.Controls

Represents The Suggestion output struct.

public struct SuggestionOutput

Inheritance ObjectValueTypeSuggestionOutput

Constructors

SuggestionOutput()

Create a empty SuggestionOutput

SuggestionOutput()

Methods

Add(String)

Add suggestion

SuggestionOutput Add(string value)

Parameters

value String
text suggestion

Returns

SuggestionOutput

AddRange(IEnumerable<String>)

Add Enumerable suggestions

SuggestionOutput AddRange(IEnumerable<String> items)

Parameters

items IEnumerable<String>
Enumerable text suggestions

Returns

SuggestionOutput

Create()

Create a new instance of SuggestionOutput

SuggestionOutput Create()

Returns

SuggestionOutput


Back to List Api