C# 클래스 msos.StackTree

상속: ICommand
파일 보기 프로젝트 열기: goldshtn/msos

Private Properties

프로퍼티 타입 설명
ProcessStacks void
TrimOne IEnumerable

공개 메소드들

메소드 설명
Execute ( CommandExecutionContext context ) : void

비공개 메소드들

메소드 설명
ProcessStacks ( IEnumerable stacks, int depth ) : void
TrimOne ( IEnumerable stacks ) : IEnumerable

메소드 상세

Execute() 공개 메소드

public Execute ( CommandExecutionContext context ) : void
context CommandExecutionContext
리턴 void