Method | Description | |
---|---|---|
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 | |
return | void |
protected Complete ( Array intermediateCollection ) : Stack |
||
intermediateCollection | Array | |
return | Stack |
protected GetSourceEnumerator ( Stack source ) : Stack |
||
source | Stack | |
return | Stack |