메소드 | 설명 | |
---|---|---|
Add ( Array collection, int index, value ) : void | ||
Complete ( Array intermediateCollection ) : Stack |
||
Create ( int count ) : T[] | ||
GetCount ( Stack sequence ) : int? | ||
GetSourceEnumerator ( Stack source ) : Stack |
protected Add ( Array collection, int index, value ) : void | ||
collection | Array | |
index | int | |
리턴 | void |
protected Complete ( Array intermediateCollection ) : Stack |
||
intermediateCollection | Array | |
리턴 | Stack |
protected GetSourceEnumerator ( Stack source ) : Stack |
||
source | Stack | |
리턴 | Stack |