Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/10 14:53:49 (14 years ago)
Author:
mkommend
Message:

removed warnings from HeuristicLab.Netron (ticket #915)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Diagram elements/Shapes/ClassShape.cs

    r2768 r3038  
    8686        /// the list of items when set to list-type
    8787        /// </summary>
    88         private ClassShapeItemCollection mList = new ClassShapeItemCollection();       
     88        private CollectionBase<ClassShapeItem> mList = new CollectionBase<ClassShapeItem>();       
    8989        /// <summary>
    9090        /// the <see cref="LabelMaterial"/> to display the free text
     
    226226        /// Gets the list of items displayed in the body
    227227        /// </summary>
    228         public ClassShapeItemCollection List
     228        public CollectionBase<ClassShapeItem> List
    229229        {
    230230            get
Note: See TracChangeset for help on using the changeset viewer.