C# Class NuGetConsole.SimpleExpansion

Simple command expansion result.
Afficher le fichier Open project: grendello/nuget

Méthodes publiques

Méthode Description
SimpleExpansion ( int start, int length, IList expansions ) : System.Collections.Generic

Create a simple command expansion result.

Method Details

SimpleExpansion() public méthode

Create a simple command expansion result.
public SimpleExpansion ( int start, int length, IList expansions ) : System.Collections.Generic
start int The start position for the expansion.
length int The length from start position for expansion.
expansions IList Expansion candidates.
Résultat System.Collections.Generic