MTExample3_2.DataCollection.DataCollection C# (CSharp) 메소드

DataCollection() 공개 메소드

public DataCollection ( ) : System.Collections
리턴 System.Collections
        public DataCollection()
        {
            dataSeriesList = new ArrayList ();
        }