LinkedListItem.as

Go to the documentation of this file.
00001 
00004 class gugga.collections.LinkedListItem 
00005 {
00006         public var NextItem : LinkedListItem;   
00007         public var Data : Object;
00008 }

Generated on Fri May 11 17:12:43 2007 for GuggaFramework by  doxygen 1.5.2