Home All Groups Group Topic Archive Search About

Javascript equivalent in C#

Author
3 Feb 2007 1:54 PM
Barry
Hi

Is there any equivalent for Javascripts Array methods lik
push
pop
shift
unshift
....
.....
   etc

Barry

Author
3 Feb 2007 2:55 PM
pvdg42
Show quote
"Barry" <some***@somewheer.com> wrote in message
news:ufo4Dr5RHHA.4844@TK2MSFTNGP03.phx.gbl...
> Hi
>
> Is there any equivalent for Javascripts Array methods lik
> push
> pop
> shift
> unshift
> ...
> ....
>   etc
>
> Barry
>
See the .NET Framework System.Collections.Stack class,

http://msdn2.microsoft.com/en-us/library/system.collections.stack.aspx

for starters.

AddThis Social Bookmark Button