C# 클래스 NuGetConsole.SimpleExpansion

Simple command expansion result.
파일 보기 프로젝트 열기: grendello/nuget

공개 메소드들

메소드 설명
SimpleExpansion ( int start, int length, IList expansions ) : System.Collections.Generic

Create a simple command expansion result.

메소드 상세

SimpleExpansion() 공개 메소드

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