C# Класс TagTool.Commands.CommandContextStack

A stack of command contexts.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetPath ( ) : string

Gets the current path.

Pop ( ) : bool

Pops the current context off the stack, making the previous one active.

Push ( CommandContext context ) : void

Pushes a context onto the stack, making it active.

Описание методов

GetPath() публичный Метод

Gets the current path.
public GetPath ( ) : string
Результат string

Pop() публичный Метод

Pops the current context off the stack, making the previous one active.
public Pop ( ) : bool
Результат bool

Push() публичный Метод

Pushes a context onto the stack, making it active.
public Push ( CommandContext context ) : void
context CommandContext The context to push.
Результат void