C# 클래스 LumiSoft.Net._FixedStack

Fixed Stack, last-in-first-out. Fix me: this isn't Stack, this is Queue.
파일 보기 프로젝트 열기: jeske/StepsDB-alpha 1 사용 예제들

공개 메소드들

메소드 설명
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