C# 클래스 FastStack, casanova-mk2

파일 보기 프로젝트 열기: vs-team/casanova-mk2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Elements int[]
Top int
a List

공개 메소드들

메소드 설명
Clear ( ) : void
FastStack ( int elems ) : System.Linq
Push ( int x ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

FastStack() 공개 메소드

public FastStack ( int elems ) : System.Linq
elems int
리턴 System.Linq

Push() 공개 메소드

public Push ( int x ) : void
x int
리턴 void

프로퍼티 상세

Elements 공개적으로 프로퍼티

public int[] Elements
리턴 int[]

Top 공개적으로 프로퍼티

public int Top
리턴 int

a 공개적으로 프로퍼티

public List a
리턴 List