Queue In a C# Ilist
        Posted  
        
            by Ricky
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ricky
        
        
        
        Published on 2010-06-08T22:47:14Z
        Indexed on 
            2010/06/08
            22:52 UTC
        
        
        Read the original article
        Hit count: 331
        
Hello, I have a list with 5 elements...What I want to move foward all elements, removing the last one and add a new value to the first one. Is there any pre-made list methods that do that or help me so? Like a Queue
© Stack Overflow or respective owner