C# Class NuGetConsole.SimpleExpansion

Simple command expansion result.
Datei anzeigen Open project: grendello/nuget

Public Methods

Method Description
SimpleExpansion ( int start, int length, IList expansions ) : System.Collections.Generic

Create a simple command expansion result.

Method Details

SimpleExpansion() public method

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.
return System.Collections.Generic