C# Класс LumiSoft.Net._FixedStack

Fixed Stack, last-in-first-out. Fix me: this isn't Stack, this is Queue.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ContainsTerminator ( ) : bool

Check if stack contains terminator.

Push ( byte bytes, int count ) : int

Pushes new bytes to stack.(Last in, first out).

_FixedStack ( string terminator ) : System

Terminator holder and checker stack.

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

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

Check if stack contains terminator.
public ContainsTerminator ( ) : bool
Результат bool

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

Pushes new bytes to stack.(Last in, first out).
public Push ( byte bytes, int count ) : int
bytes byte
count int Count to push from bytes parameter
Результат int

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

Terminator holder and checker stack.
public _FixedStack ( string terminator ) : System
terminator string
Результат System