‘System.Collections.Generic’

using System.Collections.Generic;

Stack<T> Declaration

Stack<string> stack = new Stack<string>();

Property and Method

Push() object 형식의 데이터를 스택에 저장
Pop() 데이터를 불러오며 기존의 데이터를 제거