C# Class IrcShark.Extensions.Terminal.Completion

The Completion struct is used for the ConsoleTerminal autocompletition.
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Свойство Type Description
Prefix string
Result string[]

Méthodes publiques

Méthode Description
Completion ( string prefix, string result ) : System

Initializes a new instance of the Completion struct.

Method Details

Completion() public méthode

Initializes a new instance of the Completion struct.
public Completion ( string prefix, string result ) : System
prefix string The prefix that ws to complete.
result string The result of the completion.
Résultat System

Property Details

Prefix public_oe property

Saves the prefix, that was completed.
public string Prefix
Résultat string

Result public_oe property

Saves all results of a completition.
public string[] Result
Résultat string[]