Overload List
| Name | Description | |
|---|---|---|
| LevelCollection | 
            Initializes a new instance of the LevelCollection class
            that is empty and has the default initial capacity.
              | |
| LevelCollection(ICollection) | 
            Initializes a new instance of the LevelCollection class
            that contains elements copied from the specified Level collection.
              | |
| LevelCollection(Int32) | 
            Initializes a new instance of the LevelCollection class
            that has the specified initial capacity.
              | |
| LevelCollection( Level ) | 
            Initializes a new instance of the LevelCollection class
            that contains elements copied from the specified Level array.
              | |
| LevelCollection(LevelCollection) | 
            Initializes a new instance of the LevelCollection class
            that contains elements copied from the specified LevelCollection.
              | |
| LevelCollection(LevelCollection Tag) | 
            Allow subclasses to avoid our default constructors
              | 
See Also