C# Class msos.StackTree

Inheritance: ICommand
Show file Open project: goldshtn/msos

Private Properties

Property Type Description
ProcessStacks void
TrimOne IEnumerable

Public Methods

Method Description
Execute ( CommandExecutionContext context ) : void

Private Methods

Method Description
ProcessStacks ( IEnumerable stacks, int depth ) : void
TrimOne ( IEnumerable stacks ) : IEnumerable

Method Details

Execute() public method

public Execute ( CommandExecutionContext context ) : void
context CommandExecutionContext
return void