﻿class System.Collections.Generic.Stack<T> System.Collections.Stack : ICollection<T>
	arrayitemtype T
	java java.util.Stack
	js Array

method void Push(T) changelength
	java =push
	js =push

method T Pop() changelength
	java =pop
	js =pop

method T Peek()
	java =peek
	js {!}[{!}.length - 1]




