C# Class msos.StackTree

Inheritance: ICommand
Afficher le fichier Open project: goldshtn/msos

Private Properties

Свойство Type Description
ProcessStacks void
TrimOne IEnumerable

Méthodes publiques

Méthode Description
Execute ( CommandExecutionContext context ) : void

Private Methods

Méthode Description
ProcessStacks ( IEnumerable stacks, int depth ) : void
TrimOne ( IEnumerable stacks ) : IEnumerable

Method Details

Execute() public méthode

public Execute ( CommandExecutionContext context ) : void
context CommandExecutionContext
Résultat void