C# 클래스 proje1.Stack

파일 보기 프로젝트 열기: gdemir/pro-lang 1 사용 예제들

공개 메소드들

메소드 설명
IsEmpty ( ) : bool
Peek ( ) : string
Pop ( ) : string
Push ( string item ) : int
Stack ( int N ) : System

메소드 상세

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

Peek() 공개 메소드

public Peek ( ) : string
리턴 string

Pop() 공개 메소드

public Pop ( ) : string
리턴 string

Push() 공개 메소드

public Push ( string item ) : int
item string
리턴 int

Stack() 공개 메소드

public Stack ( int N ) : System
N int
리턴 System